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

Method getInst

libs/JSystem/JAudio/System/JASBasicBank.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23JASInst *JASBasicBank::getInst(u32 id) const {
24 if (id >= INST_MAX) {
25 return nullptr;
26 }
27 return mInstTable[id];
28}

Callers 2

findOscPtrFunction · 0.80
noteOnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected