MCPcopy 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
67func (config *Config) IsMap() bool {
68 _, ok := config.GetValue().(map[string]Config)
69 return ok
70}
71
72func (config *Config) Get(key string) (v *Config) {
73 if config.propsMap == nil {

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.95

Tested by

no test coverage detected