Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ NewCopyBuffer
Function
NewCopyBuffer
copybuffer.go:9–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
}
8
9
func
NewCopyBuffer() *CopyBuffer {
10
buffer := &CopyBuffer{}
11
buffer.Clear()
12
return
buffer
13
}
14
15
func
(buffer *CopyBuffer) Clear() {
16
buffer.Cards = []*Card{}
Callers
1
init
Function · 0.85
Calls
1
Clear
Method · 0.95
Tested by
no test coverage detected