Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
static std::string GetErrorReason()
41
{
42
return SysErrorString(errno);
43
}
44
45
FileLock::FileLock(const fs::path& file)
46
{
Callers
2
FileLock
Method · 0.85
TryLock
Method · 0.85
Calls
2
SysErrorString
Function · 0.85
Win32ErrorString
Function · 0.85
Tested by
no test coverage detected