MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetErrorReason

Function GetErrorReason

src/util/fs.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#ifndef WIN32
39
40static std::string GetErrorReason()
41{
42 return SysErrorString(errno);
43}
44
45FileLock::FileLock(const fs::path& file)
46{

Callers 2

FileLockMethod · 0.85
TryLockMethod · 0.85

Calls 2

SysErrorStringFunction · 0.85
Win32ErrorStringFunction · 0.85

Tested by

no test coverage detected