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

Function Platform_DecodePath

src/Platform_N64.c:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void Platform_DecodePath(cc_string* dst, const cc_filepath* path) {
126 const char* str = path->buffer;
127 String_AppendUtf8(dst, str, String_Length(str));
128}
129
130void Directory_GetCachePath(cc_string* path) { }
131

Callers 1

Logger_IOWarn2Function · 0.70

Calls 2

String_AppendUtf8Function · 0.85
String_LengthFunction · 0.85

Tested by

no test coverage detected