Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderabbit214/document-ai
/ init
Function
init
pkg/common/config.go:48–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
init() {
49
GlobalObject = &GlobalObj{}
50
//尝试加载配置文件,获取用户自定义配置
51
GlobalObject.Reload()
52
}
Callers
nothing calls this directly
Calls
1
Reload
Method · 0.80
Tested by
no test coverage detected