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

Method checkPort

include/JSystem/JAudio/System/JASTrack.h:204–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 u32 readReg(JASRegisterParam::RegID regId) { return mRegisterParam.read(regId); }
203 void writeReg(JASRegisterParam::RegID regId, u32 p2) { mRegisterParam.write(regId, p2); }
204 bool checkPort(u32 port) const { return mTrackPort.checkExport(port); }
205 bool checkPortIn(u32 port) const { return mTrackPort.checkImport(port); }
206
207 void setAutoDelete(bool del) {

Callers 1

cmdCheckPortExportMethod · 0.80

Calls 1

checkExportMethod · 0.80

Tested by

no test coverage detected