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

Method checkImport

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

Source from the content-addressed store, hash-verified

38}
39
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

checkPortInMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected