Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ ReportPosixError
Function
ReportPosixError
system/check_error.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void ReportPosixError(const char* function_name)
25
{
26
ReportErrnoError(function_name, errno);
27
}
28
29
bool ReportPosixTimedError(const char* function_name)
30
{
Callers
1
CheckPosixError
Function · 0.85
Calls
1
ReportErrnoError
Function · 0.85
Tested by
no test coverage detected