Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-scan/Goal
/ Len
Method
Len
Gsensor/ksubdomain/stack.go:28–30 ·
view source on GitHub ↗
Return the number of items in the stack
()
Source
from the content-addressed store, hash-verified
26
27
// Return the number of items in the stack
28
func
(this *Stack) Len() int {
29
return
this.length
30
}
31
32
func
(this *Stack) Empty() bool {
33
this.lock.Lock()
Callers
2
setParams
Method · 0.45
Recv
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected