Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetRealNtfyObj
Method
SetRealNtfyObj
adapter/micro_thread/mt_notify.h:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
NtfyEntry _write_entry;
168
169
void SetRealNtfyObj(ISessionNtfy* obj) {
170
_real_ntfy = obj;
171
this->SetOsfd(obj->GetOsfd());
172
};
173
174
ISessionNtfy* GetRealNtfyObj() {
175
return _real_ntfy;
Callers
1
GetNtfyObj
Method · 0.80
Calls
2
SetOsfd
Method · 0.80
GetOsfd
Method · 0.80
Tested by
no test coverage detected