Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
391
func
(grid *Grid) ForEachCardBelow(card *Card, forEach
func
(c *Card) bool) {
392
grid.ForEachCardInCardShape(card, 0, globals.GridSize, forEach)
393
}
Callers
1
Update
Method · 0.80
Calls
1
ForEachCardInCardShape
Method · 0.95
Tested by
no test coverage detected