Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetMsgFlag
Method
SetMsgFlag
adapter/micro_thread/mt_action.h:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
};
128
129
void SetMsgFlag(MULTI_STATE flag) {
130
_flag = flag;
131
};
132
133
MULTI_STATE GetMsgFlag() {
134
return _flag;
Callers
4
mt_multi_newsock
Method · 0.80
mt_multi_open
Method · 0.80
mt_multi_sendto
Method · 0.80
mt_multi_recvfrom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected