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

Method SetNotifyObj

adapter/micro_thread/kqueue_proxy.h:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 };
182
183 void SetNotifyObj(KqueuerObj* ntfy) {
184 _kqobj = ntfy;
185 };
186 KqueuerObj* GetNotifyObj() {
187 return _kqobj;
188 };

Callers 3

KqueueNtfyRegMethod · 0.80
KqueueCtlAddMethod · 0.80
KqueueCtlDelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected