Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
func
(selection *Selection) Remove(card *Card) {
73
card.Deselect()
74
delete(selection.Cards, card)
75
}
76
77
func
(selection *Selection) Has(card *Card) bool {
78
for
c :=
range
selection.Cards {
Callers
1
Update
Method · 0.95
Calls
1
Deselect
Method · 0.80
Tested by
no test coverage detected