MCPcopy 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
266func (stack *Stack) Index() int {
267 return len(stack.Head()) + 1
268}
269
270func (stack *Stack) Numerous() bool {
271 return stack.Above != nil || stack.Below != nil

Callers 5

handleScreenshotsFunction · 0.45
HandleExternalPasteMethod · 0.45
initFunction · 0.45
AutoBackupMethod · 0.45
LogMethod · 0.45

Calls 1

HeadMethod · 0.95

Tested by

no test coverage detected