MCPcopy
hub / github.com/tinyplex/tinybase / metrics.test.ts

File metrics.test.ts

test/unit/core/other/metrics.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {beforeEach, describe, expect, test, vi} from 'vitest';
2
3import type {Metrics, Store} from 'tinybase';
4import {createMetrics, createStore} from 'tinybase';

Callers

nothing calls this directly

Calls 15

createStoreFunction · 0.90
getMetricsObjectFunction · 0.90
createMetricsListenerFunction · 0.90
expectChangesFunction · 0.90
expectNoChangesFunction · 0.90
setCellsFunction · 0.70
delCellsFunction · 0.70
setMetricDefinitionMethod · 0.65
getMetricMethod · 0.65
setCellMethod · 0.65
delRowMethod · 0.65
delCellMethod · 0.65

Tested by

no test coverage detected