MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useCreateMetrics

Function useCreateMetrics

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid/index.js:754–754  ·  view source on GitHub ↗
(store, create)

Source from the content-addressed store, hash-verified

752 listener
753);
754var useCreateMetrics = (store, create) => useCreate(store, create);
755var useMetricsIds = () => useThingIds(OFFSET_METRICS);
756var useMetrics = (id) => useThing(id, OFFSET_METRICS);
757var useMetricsOrMetricsById = (metricsOrMetricsId) => useThingOrThingById(metricsOrMetricsId, OFFSET_METRICS);

Callers

nothing calls this directly

Calls 1

useCreateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…