MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Platform_EncodePath

Function Platform_EncodePath

src/Platform_Windows.c:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270void Directory_GetCachePath(cc_string* path) { }
271
272void Platform_EncodePath(cc_filepath* dst, const cc_string* src) {
273 Platform_EncodeString(dst, src);
274}
275
276void Platform_DecodePath(cc_string* dst, const cc_filepath* path) {
277 int i;

Callers 3

Directory_EnumFunction · 0.70
Updater_SetNewBuildTimeFunction · 0.70
DynamicLib_Load2Function · 0.70

Calls 1

Platform_EncodeStringFunction · 0.70

Tested by

no test coverage detected