MCPcopy
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
33func InitFunction() {
34 go InitNetworkMount()
35 go InitInfo()
36 //go InitZerotier()
37}
38
39func InitInfo() {
40 mb := model.BaseInfo{}

Callers 1

initFunction · 0.92

Calls 2

InitNetworkMountFunction · 0.85
InitInfoFunction · 0.85

Tested by

no test coverage detected