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

Method Contains

stack.go:295–302  ·  view source on GitHub ↗
(card *Card)

Source from the content-addressed store, hash-verified

293}
294
295func (stack *Stack) Contains(card *Card) bool {
296 for _, c := range stack.All() {
297 if c == card {
298 return true
299 }
300 }
301 return false
302}
303
304// func (stack *Stack) MoveNeighborAboveDown() {
305

Callers 15

PasteCardsMethod · 0.45
HandleDroppedFilesMethod · 0.45
HandleExternalPasteMethod · 0.45
HandlePinningMethod · 0.45
AutoBackupMethod · 0.45
DependentCardsMethod · 0.45
NewTimerContentsFunction · 0.45
UpdateMethod · 0.45
ParseMethod · 0.45
IsTextureMethod · 0.45
IsGIFMethod · 0.45
IsSoundMethod · 0.45

Calls 1

AllMethod · 0.95

Tested by

no test coverage detected