MCPcopy Create free account
hub / github.com/error311/FileRise / statusOnce

Function statusOnce

public/js/folderManager.js:3196–3199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3194 };
3195
3196 const statusOnce = async () => {
3197 const resp = await fetch(withBase(`/api/folder/encryptionJobStatus.php?jobId=${encodeURIComponent(jobId)}`), { credentials: 'include' });
3198 return safeJson(resp);
3199 };
3200
3201 let latestJob = null;
3202 const tickWithHeartbeat = async () => {

Callers 1

loopFunction · 0.85

Calls 2

withBaseFunction · 0.85
safeJsonFunction · 0.70

Tested by

no test coverage detected