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

Function RemoveFile

engine/resource/src/resource.cpp:1562–1566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1560}
1561
1562Result RemoveFile(HFactory factory, const char* path)
1563{
1564 dmResourceMounts::HContext mounts = GetMountsContext(factory);
1565 return dmResourceMounts::RemoveFile(mounts, dmHashString64(path));
1566}
1567
1568HJobContext GetJobThread(const dmResource::HFactory factory)
1569{

Callers 3

ResourceRemoveFileFunction · 0.70
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 1

GetMountsContextFunction · 0.85

Tested by 2

TEST_FFunction · 0.40
TEST_FFunction · 0.40