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

Function exist

sources/system/common.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117namespace cs_impl {
118 namespace file_system {
119 bool exist(const std::string &path)
120 {
121 return std::filesystem::exists(path);
122 }
123
124 bool is_file(const std::string &path)
125 {

Callers 3

covscript_mainFunction · 0.50
covscript_mainFunction · 0.50
mappingClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected