MCPcopy 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

HangupNotifyMethod · 0.95
KqueueCtlAddMethod · 0.95
KqueueCtlDelMethod · 0.95
HangupNotifyMethod · 0.80
KqueueCtlAddMethod · 0.80
KqueueCtlDelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected