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

Method Numerous

stack.go:270–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268}
269
270func (stack *Stack) Numerous() bool {
271 return stack.Above != nil || stack.Below != nil
272}
273
274func (stack *Stack) Any(filterFunc func(card *Card) bool) bool {
275 for _, card := range stack.All() {

Callers 2

PostUpdateMethod · 0.95
PostDrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected