MCPcopy
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
114func (a *application) init() {
115 a.initOnce.Do(func() {
116 a.initConfig()
117 })
118}
119
120func (a *application) initConfig() {
121 defer func() {

Callers 5

GetConfMethod · 0.95
RunMethod · 0.95
NewCommunicatorMethod · 0.95
ServerConfigMethod · 0.95
ClientConfigMethod · 0.95

Calls 2

initConfigMethod · 0.95
DoMethod · 0.80

Tested by

no test coverage detected