Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_json
Function · 0.80
should_fetch_sdkconfig_files
Function · 0.80
validate_environment
Function · 0.80
find_elf_file
Function · 0.80
clean_action
Function · 0.80
clear_cache_action
Function · 0.80
download_file
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected