Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ Remove
Method
Remove
grid.go:71–75 ·
view source on GitHub ↗
(card *Card)
Source
from the content-addressed store, hash-verified
69
}
70
71
func
(selection GridSelection) Remove(card *Card) {
72
for
_, cell :=
range
selection.Cells() {
73
cell.Remove(card)
74
}
75
}
76
77
func
(selection GridSelection) Cards() []*Card {
78
Callers
nothing calls this directly
Calls
2
Cells
Method · 0.95
Remove
Method · 0.45
Tested by
no test coverage detected