MCPcopy 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
28func (this *Stack) Len() int {
29 return this.length
30}
31
32func (this *Stack) Empty() bool {
33 this.lock.Lock()

Callers 2

setParamsMethod · 0.45
RecvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected