Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ decodeUserData
Function
decodeUserData
examples/napi-busy-poll-server.c:147–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
static void decodeUserData(uint64_t data, char *type, int *fd)
148
{
149
*type = data >> 56;
150
*fd = data & 0xffffffffU;
151
}
152
153
static const char *opTypeToStr(char type)
154
{
Callers
1
completion
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected