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

Function asyncNoop

test/unit/persisters/common/other.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9import type {Persister, Persists} from 'tinybase/persisters';
10
11export const asyncNoop = async () => undefined;
12
13export type GetLocationMethod<Location = string> = [
14 string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…