MCPcopy Create free account
hub / github.com/fontsource/fontsource / trace

Method trace

website/worker-configuration.d.ts:6839–6839  ·  view source on GitHub ↗
(traces: TraceItem[])

Source from the content-addressed store, hash-verified

6837 fetch?(request: Request): Response | Promise<Response>;
6838 tail?(events: TraceItem[]): void | Promise<void>;
6839 trace?(traces: TraceItem[]): void | Promise<void>;
6840 scheduled?(controller: ScheduledController): void | Promise<void>;
6841 queue?(batch: MessageBatch<unknown>): void | Promise<void>;
6842 test?(controller: TestController): void | Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected