Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ IsMap
Method
IsMap
config/config.go:67–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
(config *Config) IsMap() bool {
68
_, ok := config.GetValue().(
map
[string]Config)
69
return
ok
70
}
71
72
func
(config *Config) Get(key string) (v *Config) {
73
if
config.propsMap == nil {
Callers
nothing calls this directly
Calls
1
GetValue
Method · 0.95
Tested by
no test coverage detected