MCPcopy
hub / github.com/KOWX712/Tricky-Addon-Update-Target-List / stopHandshake

Function stopHandshake

webui/scripts/keybox_repo.js:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35function stopHandshake() {
36 if (handshakeInterval !== undefined) {
37 window.clearInterval(handshakeInterval);
38 handshakeInterval = undefined;
39 }
40}
41
42function showLoading() {
43 if (loadingEl) loadingEl.style.display = '';

Callers 4

startHandshakeFunction · 0.85
showKeyboxRepoFunction · 0.85
closeFunction · 0.85
onMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected