Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ urandom_enable_handler
Function
urandom_enable_handler
src/library/fileio/URandom.cpp:132–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
void urandom_enable_handler() {
133
GlobalNative gn;
134
135
if (writefd != -1) {
136
MYASSERT(fcntl(writefd, F_SETFL, O_ASYNC | O_NONBLOCK) != -1);
137
}
138
}
139
140
}
Callers
2
checkpoint
Method · 0.85
restore
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected