MCPcopy Create free account
hub / github.com/covscript/covscript / is_dir

Function is_dir

sources/system/common.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 bool is_dir(const std::string &path)
130 {
131 return std::filesystem::is_directory(path);
132 }
133
134 bool is_absolute_path(const std::string &path)
135 {

Callers 2

covscript_mainFunction · 0.85
covscript_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected