MCPcopy Create free account
hub / github.com/acoyfellow/UserDO / writeDataPoint

Method writeDataPoint

worker-configuration.d.ts:518–518  ·  view source on GitHub ↗
(event?: AnalyticsEngineDataPoint)

Source from the content-addressed store, hash-verified

516}
517interface AnalyticsEngineDataset {
518 writeDataPoint(event?: AnalyticsEngineDataPoint): void;
519}
520interface AnalyticsEngineDataPoint {
521 indexes?: ((ArrayBuffer | string) | null)[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected