MCPcopy
hub / github.com/pquerna/ffjson / HasFeature

Method HasFeature

shared/options.go:38–40  ·  view source on GitHub ↗
(f Feature)

Source from the content-addressed store, hash-verified

36)
37
38func (i InceptionType) HasFeature(f Feature) bool {
39 return i.HasFeature(f)
40}
41
42func (s StructOptions) HasFeature(f Feature) bool {
43 hasNeeded := true

Callers 1

typeInInceptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected