MCPcopy Create free account
hub / github.com/e2wugui/zeze / SetHandshakeDone

Method SetHandshakeDone

cxx/ToTypeScriptService.h:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 std::mutex mutex;
49
50 void SetHandshakeDone(long long socketSessionId)
51 {
52 std::lock_guard<std::mutex> lock(mutex);
53 {
54 ToHandshakeDone.insert(socketSessionId);
55 }
56 }
57
58 void SetSocketClose(long long socketSessionId)
59 {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected