Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
checkPortIn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected