MCPcopy
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
17func (s *Stack) Len() int {
18 return (s.top + 1)
19}
20
21// View the top item on the Stack
22func (s *Stack) Peek() int32 {

Callers 14

parseFieldsMethod · 0.95
normalizeValueFunction · 0.45
sanitizeSchemaDDLNameFunction · 0.45
saveItemMethod · 0.45
compileExpNodeMethod · 0.45
rowSearchTextMethod · 0.45
tokenizeFunction · 0.45
EmptyFunction · 0.45
parseNormalFieldsMethod · 0.45
configFingerprintValueFunction · 0.45
walkValueFunction · 0.45

Calls

no outgoing calls

Tested by 1