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

Method GetSessionConn

adapter/micro_thread/mt_session.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 };
63
64 IMtConnection* GetSessionConn(){
65 return _connection;
66 };
67 void SetSessionConn(IMtConnection* conn) {
68 _connection = conn;
69 };

Callers 1

InputNotifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected