MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / exists

Method exists

Tests/TactilityCore/Source/TestFile.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 bool exists() const {
36 return access(path, F_OK) == 0;
37 }
38
39 void remove() const {
40 ::remove(path);

Callers 15

should_update_tool_jsonFunction · 0.80
validate_environmentFunction · 0.80
find_elf_fileFunction · 0.80
clean_actionFunction · 0.80
clear_cache_actionFunction · 0.80
download_fileFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected