MCPcopy 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
71func (selection GridSelection) Remove(card *Card) {
72 for _, cell := range selection.Cells() {
73 cell.Remove(card)
74 }
75}
76
77func (selection GridSelection) Cards() []*Card {
78

Callers

nothing calls this directly

Calls 2

CellsMethod · 0.95
RemoveMethod · 0.45

Tested by

no test coverage detected