MCPcopy Create free account
hub / github.com/78/tenbox / PathReadable

Function PathReadable

src/daemon/runtime_manager.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277bool PathReadable(const std::string& path) {
278 if (path.empty()) return true;
279 return ::access(path.c_str(), R_OK) == 0;
280}
281
282} // namespace
283

Callers 1

ValidateStartMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected