MCPcopy Create free account
hub / github.com/pingcap/tidb / fetchTaskQueue

Function fetchTaskQueue

lightning/web/src/api.ts:209–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209export async function fetchTaskQueue(): Promise<TaskQueue> {
210 const resp = await fetch('../tasks');
211 const text = await resp.text();
212 return JSONBigInt.parse(text);
213}
214
215export async function fetchTaskProgress(): Promise<TaskProgress> {
216 const resp = await fetch('../progress/task');

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…