Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
(s B2GrowableStack) GetCount() int {
24
return
s.size
25
}
26
27
// Push a new element onto the stack
28
func
(s *B2GrowableStack) Push(value
interface
{}) {
Callers
2
Query
Method · 0.95
RayCast
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected