MCPcopy 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
113func (ms *MenuSystem) Has(name string) bool {
114 return ms.Get(name) != nil
115}
116
117func (ms *MenuSystem) ExclusiveMenuOpen() bool {
118 for _, menu := range ms.ExclusiveMenus {

Callers 12

NameMethod · 0.45
DeadlineStateMethod · 0.45
DeadlineTextMethod · 0.45
DrawCardMethod · 0.45
SyncPropertyMethod · 0.45
OpenProjectFromFunction · 0.45
NewTimerContentsFunction · 0.45
NewSubPageContentsFunction · 0.45
NewLinkContentsFunction · 0.45
UpdateMethod · 0.45
mainFunction · 0.45
ConstructMenusFunction · 0.45

Calls 1

GetMethod · 0.95

Tested by

no test coverage detected