MCPcopy Create free account
hub / github.com/idosal/git-mcp / AnalyticsEngineDataPoint

Interface AnalyticsEngineDataPoint

worker-configuration.d.ts:526–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 writeDataPoint(event?: AnalyticsEngineDataPoint): void;
525}
526interface AnalyticsEngineDataPoint {
527 indexes?: ((ArrayBuffer | string) | null)[];
528 doubles?: number[];
529 blobs?: ((ArrayBuffer | string) | null)[];
530}
531/**
532 * An event which takes place in the DOM.
533 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected