Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetSessionFlag
Method
GetSessionFlag
adapter/micro_thread/mt_session.h:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
_session_flg = flag;
73
};
74
int GetSessionFlag() {
75
return _session_flg;
76
};
77
78
virtual uint32_t HashValue(){
79
return _session_id;
Callers
1
InsertSession
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected