Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ All
Method
All
stack.go:291–293 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
289
}
290
291
func
(stack *Stack) All() []*Card {
292
return
append(append(stack.Head(), stack.Card), stack.Tail()...)
293
}
294
295
func
(stack *Stack) Contains(card *Card) bool {
296
for
_, c :=
range
stack.All() {
Callers
4
Any
Method · 0.95
ForEach
Method · 0.95
Contains
Method · 0.95
PostDraw
Method · 0.80
Calls
2
Head
Method · 0.95
Tail
Method · 0.95
Tested by
no test coverage detected