MCPcopy Create free account
hub / github.com/cedriking/spark / length

Method length

src/task-queue.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 private intervals: NodeJS.Timer[] = [];
7
8 get length() {
9 return this.tasks.length;
10 }
11
12 run<T>(task: Task<T>): Promise<T> {
13 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected