We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3287298 commit 5207087Copy full SHA for 5207087
field_map.go
@@ -78,6 +78,7 @@ func (m FieldMap) Get(parser Field) MessageRejectError {
78
func (m FieldMap) Has(tag Tag) bool {
79
m.rwLock.RLock()
80
defer m.rwLock.RUnlock()
81
+
82
_, ok := m.tagLookup[tag]
83
return ok
84
}
0 commit comments