MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / scheduleInitialFetch

Function scheduleInitialFetch

frontend/src/store/modules/process.ts:252–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 };
251
252 const scheduleInitialFetch = () => {
253 if (initialDelay > 0) {
254 setTimeout(sendInitial, initialDelay);
255 } else {
256 sendInitial();
257 }
258 };
259
260 if (isWsOpen()) {
261 scheduleInitialFetch();

Callers 1

startPollingFunction · 0.85

Calls 1

sendInitialFunction · 0.85

Tested by

no test coverage detected