MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / Stack

Method Stack

core/src/core/stack.h:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30{
31public:
32 Stack()
33 : mTop(0)
34 {}
35
36 // Checks whether the stack is empty.
37 bool isEmpty() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected