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

Method SetSessionFlag

adapter/micro_thread/mt_session.h:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 };
70
71 void SetSessionFlag(int flag) {
72 _session_flg = flag;
73 };
74 int GetSessionFlag() {
75 return _session_flg;
76 };

Callers 1

InsertSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected