Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ Index
Method
Index
stack.go:266–268 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
264
}
265
266
func
(stack *Stack) Index() int {
267
return
len(stack.Head()) + 1
268
}
269
270
func
(stack *Stack) Numerous() bool {
271
return
stack.Above != nil || stack.Below != nil
Callers
5
handleScreenshots
Function · 0.45
HandleExternalPaste
Method · 0.45
init
Function · 0.45
AutoBackup
Method · 0.45
Log
Method · 0.45
Calls
1
Head
Method · 0.95
Tested by
no test coverage detected