Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
static std::string GetErrorReason()
46
{
47
return std::strerror(errno);
48
}
49
50
FileLock::FileLock(const fs::path& file)
51
{
Callers
2
FileLock
Method · 0.85
TryLock
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected