Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ getCharSpace
Function
getCharSpace
src/Kameda/ReadPrintMessage.cpp:76–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
s8 getCharSpace(void *bmgPtr, int idx)
77
{
78
readBmg(bmgPtr);
79
return mInfoPtr->entries[idx].charSpace;
80
}
81
82
char *getMessage(void *bmgPtr, int idx)
83
{
Callers
2
init
Method · 0.85
setMessage
Method · 0.85
Calls
1
readBmg
Function · 0.85
Tested by
no test coverage detected