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

Function sendInitial

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

Source from the content-addressed store, hash-verified

242 activePollingType.value = type;
243
244 const sendInitial = () => {
245 if (type === 'ps') {
246 sendPsMessage();
247 } else {
248 sendNetMessage();
249 }
250 };
251
252 const scheduleInitialFetch = () => {
253 if (initialDelay > 0) {

Callers 1

scheduleInitialFetchFunction · 0.85

Calls 2

sendPsMessageFunction · 0.85
sendNetMessageFunction · 0.85

Tested by

no test coverage detected