MCPcopy Create free account
hub / github.com/GuyARoss/orbit / Len

Method Len

pkg/allocated_stack/allocated_stack.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (s *Stack) Len() int {
52 return s.l.Len()
53}
54
55func New(size uint) *Stack {
56 return &Stack{

Callers 4

AddMethod · 0.45
ArrMethod · 0.45
ContainsMethod · 0.45
TestStackFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestStackFunction · 0.36