Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
func
(config *Config) GetValue() any {
104
return
config.Ptr.Interface()
105
}
106
107
// Parse 第一步读取配置结构体的默认值
108
func
(config *Config) Parse(s any, prefix ...string) {
Callers
6
schema
Method · 0.95
Range
Method · 0.95
IsMap
Method · 0.95
MarshalJSON
Method · 0.95
valueWithoutModify
Method · 0.80
GetMap
Method · 0.80
Calls
1
Interface
Method · 0.80
Tested by
no test coverage detected