MCPcopy Create free account
hub / github.com/ByteArena/box2d / GetCount

Method GetCount

CommonB2GrowableStack.go:23–25  ·  view source on GitHub ↗

Return the stack's length

()

Source from the content-addressed store, hash-verified

21
22// Return the stack's length
23func (s B2GrowableStack) GetCount() int {
24 return s.size
25}
26
27// Push a new element onto the stack
28func (s *B2GrowableStack) Push(value interface{}) {

Callers 2

QueryMethod · 0.95
RayCastMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected