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

Method checkExport

libs/JSystem/JAudio/System/JASTrackPort.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40bool JASTrackPort::checkImport(u32 port_num) const { return mImportFlags & (1 << port_num); }
41
42bool JASTrackPort::checkExport(u32 port_num) const { return mExportFlags & (1 << port_num); }

Callers 1

checkPortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected