MCPcopy Create free account
hub / github.com/F-Stack/f-stack / GetNotifyObj

Method GetNotifyObj

adapter/micro_thread/kqueue_proxy.h:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 _kqobj = ntfy;
185 };
186 KqueuerObj* GetNotifyObj() {
187 return _kqobj;
188 };
189
190 void AttachEvents(int event) {
191 if (event & KQ_EVENT_READ) {

Callers 5

KqueueCtlAddMethod · 0.80
KqueueCtlDelMethod · 0.80
KqueueRcvEventListMethod · 0.80
KqueueCtlAddMethod · 0.80
KqueueCtlDelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected