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

Method showConnecting

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

Source from the content-addressed store, hash-verified

126 const socket = this.socket;
127
128 const showConnecting = () => {
129 if (this.closeFn) {
130 return;
131 }
132 this.closeFn = showGlobalLoading(t('正在重新链接'));
133 };
134
135 const closeConnecting = () => {
136 if (this.closeFn && typeof this.closeFn === 'function') {

Callers

nothing calls this directly

Calls 1

tFunction · 0.90

Tested by

no test coverage detected