MCPcopy
hub / github.com/bee-queue/bee-queue / setId

Method setId

index.d.ts:121–121  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

119 on(ev: 'progress', fn: (progress: any) => void): this;
120
121 setId(id: string): this;
122 retries(n: number): this;
123 backoff(strategy: string, delayFactor?: number): this;
124 delayUntil(dateOrTimestamp: Date | number): this;

Callers 2

queue-test.jsFile · 0.65
delay-test.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected