Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dosco/graphjin
/ Len
Method
Len
core/internal/graph/stack.go:17–19 ·
view source on GitHub ↗
Return the number of items in the Stack
()
Source
from the content-addressed store, hash-verified
15
16
// Return the number of items in the Stack
17
func
(s *Stack) Len() int {
18
return
(s.top + 1)
19
}
20
21
// View the top item on the Stack
22
func
(s *Stack) Peek() int32 {
Callers
14
parseFields
Method · 0.95
normalizeValue
Function · 0.45
sanitizeSchemaDDLName
Function · 0.45
TestNoCollisionsHappyPath
Function · 0.45
saveItem
Method · 0.45
compileExpNode
Method · 0.45
rowSearchText
Method · 0.45
tokenize
Function · 0.45
Empty
Function · 0.45
parseNormalFields
Method · 0.45
configFingerprintValue
Function · 0.45
walkValue
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestNoCollisionsHappyPath
Function · 0.36