MCPcopy Create free account
hub / github.com/Monibuca/engine / GetValue

Method GetValue

config/config.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (config *Config) GetValue() any {
104 return config.Ptr.Interface()
105}
106
107// Parse 第一步读取配置结构体的默认值
108func (config *Config) Parse(s any, prefix ...string) {

Callers 6

schemaMethod · 0.95
RangeMethod · 0.95
IsMapMethod · 0.95
MarshalJSONMethod · 0.95
valueWithoutModifyMethod · 0.80
GetMapMethod · 0.80

Calls 1

InterfaceMethod · 0.80

Tested by

no test coverage detected