Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
bool JASTrackPort::checkImport(u32 port_num) const { return mImportFlags & (1 << port_num); }
41
42
bool JASTrackPort::checkExport(u32 port_num) const { return mExportFlags & (1 << port_num); }
Callers
1
checkPort
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected