Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ NewMenuSystem
Function
NewMenuSystem
menu.go:31–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
NewMenuSystem() *MenuSystem {
32
ms := &MenuSystem{
33
Menus: []*Menu{},
34
ExclusiveMenus: []*Menu{},
35
}
36
return
ms
37
}
38
39
func
(ms *MenuSystem) Update() {
40
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected