MCPcopy Index your code
hub / github.com/angular/angular / retry

Function retry

devtools/projects/shell-browser/src/app/content-script.ts:45–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 console.log('Attempting handshake with backend', new Date());
44
45 const retry = () => {
46 if (backendInitialized || backgroundDisconnected) {
47 return;
48 }
49 handshakeWithBackend();
50 setTimeout(retry, 500);
51 };
52 retry();
53 }
54}

Callers 3

fetch_spec.tsFile · 0.85
attemptBackendHandshakeFunction · 0.85

Calls 2

handshakeWithBackendFunction · 0.85
setTimeoutFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…