MCPcopy Create free account
hub / github.com/LabSound/LabSound / isInitialized

Method isInitialized

include/LabSound/core/AudioNode.h:148–148  ·  view source on GitHub ↗

inputs and outputs

Source from the content-addressed store, hash-verified

146
147 // inputs and outputs
148 bool isInitialized() const { return m_isInitialized; }
149
150 // These locked versions can be called at run time.
151 void addInput(ContextGraphLock&, std::unique_ptr<AudioNodeInput> input);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected