Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TarsCloud/TarsGo
/ init
Method
init
tars/application.go:114–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
func
(a *application) init() {
115
a.initOnce.Do(
func
() {
116
a.initConfig()
117
})
118
}
119
120
func
(a *application) initConfig() {
121
defer
func
() {
Callers
5
GetConf
Method · 0.95
Run
Method · 0.95
NewCommunicator
Method · 0.95
ServerConfig
Method · 0.95
ClientConfig
Method · 0.95
Calls
2
initConfig
Method · 0.95
Do
Method · 0.80
Tested by
no test coverage detected