MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetErrorReason

Function GetErrorReason

src/fs.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43#ifndef WIN32
44
45static std::string GetErrorReason()
46{
47 return std::strerror(errno);
48}
49
50FileLock::FileLock(const fs::path& file)
51{

Callers 2

FileLockMethod · 0.85
TryLockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected