Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ DisableOutput
Method
DisableOutput
adapter/micro_thread/kqueue_proxy.h:129–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
void DisableInput() { _events &= ~KQ_EVENT_READ; };
128
129
void DisableOutput() { _events &= ~KQ_EVENT_WRITE; };
130
131
int GetOsfd() { return _fd; };
132
void SetOsfd(int fd) { _fd = fd; };
Callers
7
KqueueCtlDel
Method · 0.80
mt_multi_netfd_poll
Method · 0.80
SendData
Method · 0.80
OutputNotify
Method · 0.80
CreateSocket
Method · 0.80
IdleAttach
Method · 0.80
IdleDetach
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected