Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ isAutodispatchingEvents
Method
isAutodispatchingEvents
src/core/AudioContext.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
bool AudioContext::isAutodispatchingEvents() const
164
{
165
return m_internal->autoDispatchEvents;
166
}
167
168
169
AudioContext::~AudioContext()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected