Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetEvents
Method
GetEvents
adapter/micro_thread/kqueue_proxy.h:134–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
void SetOsfd(int fd) { _fd = fd; };
133
134
int GetEvents() { return _events; };
135
void SetRcvEvents(int revents) { _revents = revents; };
136
int GetRcvEvents() { return _revents; };
137
Callers
6
HangupNotify
Method · 0.95
KqueueCtlAdd
Method · 0.95
KqueueCtlDel
Method · 0.95
HangupNotify
Method · 0.80
KqueueCtlAdd
Method · 0.80
KqueueCtlDel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected