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

Function Platform_DecodePath

src/Platform_Posix.c:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void Platform_DecodePath(cc_string* dst, const cc_filepath* path) {
293 const char* str = path->buffer;
294 String_AppendUtf8(dst, str, String_Length(str));
295}
296
297#if defined CC_BUILD_ANDROID
298/* implemented in Platform_Android.c */

Callers

nothing calls this directly

Calls 2

String_AppendUtf8Function · 0.85
String_LengthFunction · 0.85

Tested by

no test coverage detected