MCPcopy
hub / github.com/didi/mpx / CancelTokenClass

Interface CancelTokenClass

packages/fetch/@types/index.d.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface CancelTokenClass {
2 new (...args: any): {
3 token: Promise<any>
4 exec (msg?: any): Promise<any>
5 }
6}
7
8interface PreCacheOption<T> {
9 enable: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected