MCPcopy Create free account
hub / github.com/doldecomp/mkdd / isActive

Method isActive

libs/JSystem/JAudio/System/JASDSPInterface.cpp:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285bool TChannel::isActive() const {
286 return mIsActive != 0;
287}
288
289bool TChannel::isFinish() const {
290 return mIsFinished != 0;

Callers 4

DSP_CreateMap2Function · 0.45
setHandlesMethod · 0.45
readMethod · 0.45
printContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected