MCPcopy 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

HangupNotifyMethod · 0.95
KqueueCtlAddMethod · 0.95
KqueueCtlDelMethod · 0.95
CloseSocketMethod · 0.80
InputNotifyMethod · 0.80
HangupNotifyMethod · 0.80
KqueueCtlAddMethod · 0.80
KqueueCtlDelMethod · 0.80
CreateSocketMethod · 0.80
SendDataMethod · 0.80
SetRealNtfyObjMethod · 0.80
KqueueAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected