Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetOsfd
Method
GetOsfd
adapter/micro_thread/kqueue_proxy.h:131–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
void DisableOutput() { _events &= ~KQ_EVENT_WRITE; };
130
131
int GetOsfd() { return _fd; };
132
void SetOsfd(int fd) { _fd = fd; };
133
134
int GetEvents() { return _events; };
Callers
15
HangupNotify
Method · 0.95
KqueueCtlAdd
Method · 0.95
KqueueCtlDel
Method · 0.95
CloseSocket
Method · 0.80
InputNotify
Method · 0.80
HangupNotify
Method · 0.80
KqueueCtlAdd
Method · 0.80
KqueueCtlDel
Method · 0.80
CreateSocket
Method · 0.80
SendData
Method · 0.80
SetRealNtfyObj
Method · 0.80
KqueueAdd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected