Internal access for SynthOscillatorImpl (same compilation unit)
| 39 | |
| 40 | // Internal access for SynthOscillatorImpl (same compilation unit) |
| 41 | hw::HexWaveEngine* getEngineInternal() const { return mEngine; } |
| 42 | |
| 43 | private: |
| 44 | hw::HexWaveEngine* mEngine = nullptr; |
no outgoing calls
no test coverage detected