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

Method ForEachCardBelow

grid.go:391–393  ·  view source on GitHub ↗
(card *Card, forEach func(c *Card) bool)

Source from the content-addressed store, hash-verified

389}
390
391func (grid *Grid) ForEachCardBelow(card *Card, forEach func(c *Card) bool) {
392 grid.ForEachCardInCardShape(card, 0, globals.GridSize, forEach)
393}

Callers 1

UpdateMethod · 0.80

Calls 1

Tested by

no test coverage detected