MCPcopy Create free account
hub / github.com/SeldonIO/goven / Len

Method Len

parser/stack.go:29–31  ·  view source on GitHub ↗

Len returns the current length of the TokenStack.

()

Source from the content-addressed store, hash-verified

27
28// Len returns the current length of the TokenStack.
29func (s *TokenStack) Len() int {
30 return len(s.stack)
31}

Callers 2

TestTokenStackFunction · 0.95
scanMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestTokenStackFunction · 0.76