Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ initialize
Method
initialize
src/core/AudioNode.cpp:347–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
void AudioNode::initialize()
348
{
349
m_isInitialized = true;
350
}
351
352
void AudioNode::uninitialize()
353
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected