MCPcopy Create free account
hub / github.com/defold/defold / MissingContent_File

Function MissingContent_File

engine/dlib/src/test/test_httpcache.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335static void MissingContent_File(void*, const char* path, bool isdir)
336{
337 if (isdir)
338 return;
339 dmSys::Unlink(path);
340}
341
342static void MissingContent_Dirs(void* ctx, const char* path, bool isdir)
343{

Callers

nothing calls this directly

Calls 1

UnlinkFunction · 0.50

Tested by

no test coverage detected