Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ Clear
Method
Clear
copybuffer.go:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
func
(buffer *CopyBuffer) Clear() {
16
buffer.Cards = []*Card{}
17
buffer.CardsToSerialized =
map
[*Card]string{}
18
}
19
20
func
(buffer *CopyBuffer) Copy(card *Card) {
21
buffer.Cards = append(buffer.Cards, card)
Callers
1
NewCopyBuffer
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected