Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
func
(i InceptionType) HasFeature(f Feature) bool {
39
return
i.HasFeature(f)
40
}
41
42
func
(s StructOptions) HasFeature(f Feature) bool {
43
hasNeeded := true
Callers
1
typeInInception
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected