MCPcopy Index your code
hub / github.com/tinyplex/tinybase / delMetricDefinition

Function delMetricDefinition

src/metrics/index.ts:129–132  ·  view source on GitHub ↗
(metricId: Id)

Source from the content-addressed store, hash-verified

127 };
128
129 const delMetricDefinition = (metricId: Id): Metrics => {
130 delDefinition(metricId);
131 return metrics;
132 };
133
134 const addMetricListener = (
135 metricId: IdOrNull,

Callers

nothing calls this directly

Calls 1

delDefinitionFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…