Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IceWhaleTech/CasaOS
/ InitFunction
Function
InitFunction
route/init.go:33–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
)
32
33
func
InitFunction() {
34
go
InitNetworkMount()
35
go
InitInfo()
36
//go InitZerotier()
37
}
38
39
func
InitInfo() {
40
mb := model.BaseInfo{}
Callers
1
init
Function · 0.92
Calls
2
InitNetworkMount
Function · 0.85
InitInfo
Function · 0.85
Tested by
no test coverage detected