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

Function chmod

sources/system/common.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 bool chmod(const std::string &path, const std::string &mode)
156 {
157 return cs_system_impl::chmod_impl(path, cs_system_impl::parse_mode(mode));
158 }
159
160 bool move(const std::string &source, const std::string &dest)
161 {

Callers 1

chmod_implFunction · 0.85

Calls 2

parse_modeFunction · 0.85
chmod_implFunction · 0.50

Tested by

no test coverage detected