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

Function is_absolute_path

sources/system/common.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 bool is_absolute_path(const std::string &path)
135 {
136 return std::filesystem::path(path).is_absolute();
137 }
138
139 bool chmod_r(const std::string &path_input, const std::string &mode)
140 {

Callers 1

prepend_import_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected