Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassiCube/ClassiCube
/ Platform_EncodePath
Function
Platform_EncodePath
src/Platform_WinCE.c:231–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
void Platform_EncodePath(cc_filepath* dst, const cc_string* src) {
232
Platform_EncodeString(dst, src);
233
}
234
235
void Platform_DecodePath(cc_string* dst, const cc_filepath* path) {
236
int i;
Callers
2
Directory_Enum
Function · 0.70
DynamicLib_Load2
Function · 0.70
Calls
1
Platform_EncodeString
Function · 0.70
Tested by
no test coverage detected