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

Method Remove

selection.go:72–75  ·  view source on GitHub ↗
(card *Card)

Source from the content-addressed store, hash-verified

70}
71
72func (selection *Selection) Remove(card *Card) {
73 card.Deselect()
74 delete(selection.Cards, card)
75}
76
77func (selection *Selection) Has(card *Card) bool {
78 for c := range selection.Cards {

Callers 1

UpdateMethod · 0.95

Calls 1

DeselectMethod · 0.80

Tested by

no test coverage detected