Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Alex-Rachel/TGameServer
/ InitControllers
Function
InitControllers
main.go:20–24 ·
view source on GitHub ↗
All Controllers Will Init On Here
()
Source
from the content-addressed store, hash-verified
18
19
// All Controllers Will Init On Here
20
func
InitControllers() {
21
controllers.InitUserController()
22
controllers.InitRoomController()
23
controllers.InitGameController()
24
}
Callers
1
main
Function · 0.85
Calls
3
InitUserController
Function · 0.92
InitRoomController
Function · 0.92
InitGameController
Function · 0.92
Tested by
no test coverage detected