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

Function MissingContent_Dirs

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

Source from the content-addressed store, hash-verified

340}
341
342static void MissingContent_Dirs(void* ctx, const char* path, bool isdir)
343{
344 const char* basename = strrchr(path, '/');
345 if (isdir && basename && strlen(basename+1) == 2)
346 {
347 dmSys::IterateTree(path, false, false, ctx, MissingContent_File);
348 }
349}
350
351TEST_F(dmHttpCacheTest, MissingContent)
352{

Callers

nothing calls this directly

Calls 1

IterateTreeFunction · 0.50

Tested by

no test coverage detected