Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
29
func
(s *TokenStack) Len() int {
30
return
len(s.stack)
31
}
Callers
2
TestTokenStack
Function · 0.95
scan
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestTokenStack
Function · 0.76