Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ getFileId
Method
getFileId
src/hx/cppia/CppiaStream.h:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
return binary ? 0 : getInt();
74
}
75
int getFileId()
76
{
77
return binary ? 0 : getInt();
78
}
79
void skipChar()
80
{
81
if (data>=max)
Callers
1
createCppiaExpr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected