MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / is_existing_file

Function is_existing_file

src/framework/io/filesystem.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14bool is_existing_file(const std::filesystem::path & path) {
15 std::error_code ec;
16 return std::filesystem::is_regular_file(path, ec);
17}
18
19std::filesystem::path require_directory(const std::filesystem::path & path, std::string_view role) {
20 if (!is_existing_directory(path)) {

Callers 15

add_fileMethod · 0.85
require_fileFunction · 0.85
find_first_existingFunction · 0.85
collect_existingFunction · 0.85
validate_requestMethod · 0.85
make_default_registryFunction · 0.85
discover_named_assetsFunction · 0.85
resolve_model_rootFunction · 0.85
has_omnivoice_assetsFunction · 0.85
resolve_model_rootFunction · 0.85
resolve_model_rootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected