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

Method SetSocketClose

cxx/ToTypeScriptService.h:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void SetSocketClose(long long socketSessionId)
59 {
60 std::lock_guard<std::mutex> lock(mutex);
61 {
62 ToSocketClose.insert(socketSessionId);
63 }
64 }
65
66 void AppendInputBuffer(long long socketSessionId, Zeze::Serialize::ByteBuffer& buffer)
67 {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected