Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ printError
Function
printError
examples/napi-busy-poll-server.c:126–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
static void printError(const char *msg, int opt)
127
{
128
if (msg && opt)
129
fprintf(stderr,
"%s (-%c)\n"
, msg, printable(opt));
130
}
131
132
static void setProcessScheduler(void)
133
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected