Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SolarLune/masterplan
/ Has
Method
Has
menu.go:113–115 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
111
}
112
113
func
(ms *MenuSystem) Has(name string) bool {
114
return
ms.Get(name) != nil
115
}
116
117
func
(ms *MenuSystem) ExclusiveMenuOpen() bool {
118
for
_, menu :=
range
ms.ExclusiveMenus {
Callers
12
Name
Method · 0.45
DeadlineState
Method · 0.45
DeadlineText
Method · 0.45
DrawCard
Method · 0.45
SyncProperty
Method · 0.45
OpenProjectFrom
Function · 0.45
NewTimerContents
Function · 0.45
NewSubPageContents
Function · 0.45
NewLinkContents
Function · 0.45
Update
Method · 0.45
main
Function · 0.45
ConstructMenus
Function · 0.45
Calls
1
Get
Method · 0.95
Tested by
no test coverage detected