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

Function stopPolling

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

Source from the content-addressed store, hash-verified

279 };
280
281 const stopPolling = () => {
282 if (pollingTimer) {
283 clearInterval(pollingTimer);
284 pollingTimer = null;
285 }
286 activePollingType.value = null;
287 };
288
289 const updatePsSearch = (params: Partial<Omit<PsSearch, 'type'>>) => {
290 Object.assign(psSearch, params);

Callers 2

closeWebSocketFunction · 0.85
startPollingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected