MCPcopy Create free account
hub / github.com/SolarLune/masterplan / Contains

Method Contains

gui.go:2774–2781  ·  view source on GitHub ↗
(element MenuElement)

Source from the content-addressed store, hash-verified

2772}
2773
2774func (set ExpandElementSet) Contains(element MenuElement) bool {
2775 for _, e := range set.Elements {
2776 if e == element {
2777 return true
2778 }
2779 }
2780 return false
2781}
2782
2783type VisibilityConstant int
2784

Callers 5

loadThemesFunction · 0.45
UpdateMethod · 0.45
FindElementMethod · 0.45
FindElementMethod · 0.45
FindRowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected