MCPcopy 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
163bool AudioContext::isAutodispatchingEvents() const
164{
165 return m_internal->autoDispatchEvents;
166}
167
168
169AudioContext::~AudioContext()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected