MCPcopy Create free account
hub / github.com/msgbyte/tailchat / closeConnecting

Method closeConnecting

client/shared/api/socket.ts:135–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 };
134
135 const closeConnecting = () => {
136 if (this.closeFn && typeof this.closeFn === 'function') {
137 this.closeFn();
138 this.closeFn = null;
139 }
140 };
141
142 // 网络状态管理
143 socket.on('connect', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected