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

Interface AnalyticsEngineDataset

website/worker-configuration.d.ts:514–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512 get response(): string;
513}
514interface AnalyticsEngineDataset {
515 writeDataPoint(event?: AnalyticsEngineDataPoint): void;
516}
517interface AnalyticsEngineDataPoint {
518 indexes?: ((ArrayBuffer | string) | null)[];
519 doubles?: number[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected