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

Function Directory_GetCachePath

src/Platform_WinCE.c:227–229  ·  view source on GitHub ↗

#######################################################################################################################* *-----------------------------------------------------Directory/File------------------------------------------------------* *#########################################################################################################################*/

Source from the content-addressed store, hash-verified

225*-----------------------------------------------------Directory/File------------------------------------------------------*
226*#########################################################################################################################*/
227void Directory_GetCachePath(cc_string* path) {
228 String_AppendConst(path, "\\cache");
229}
230
231void Platform_EncodePath(cc_filepath* dst, const cc_string* src) {
232 Platform_EncodeString(dst, src);

Callers

nothing calls this directly

Calls 1

String_AppendConstFunction · 0.85

Tested by

no test coverage detected