Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ IsValid
Method
IsValid
Sources/OvAudio/src/OvAudio/Core/AudioEngine.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
bool OvAudio::Core::AudioEngine::IsValid() const
48
{
49
return m_backend.operator bool();
50
}
51
52
void OvAudio::Core::AudioEngine::Update()
53
{
Callers
5
HasSound
Method · 0.45
IsValidTexture
Function · 0.45
DrawPickableModels
Method · 0.45
DrawModelToStencil
Method · 0.45
DrawModelOutline
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected