Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gourouting/singo
/ init
Function
init
test/init.go:19–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
)
18
19
func
init() {
20
// Load configuration from files.
21
confInit()
22
// API
23
s = server.NewRouter()
24
}
25
26
// confInit initializes configuration.
27
func
confInit() {
Callers
nothing calls this directly
Calls
2
NewRouter
Function · 0.92
confInit
Function · 0.85
Tested by
no test coverage detected