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

Function noop

src/common/other.ts:129–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127export const getUndefined = (): undefined => undefined;
128
129export const noop = () => {};
130
131export const getArg = <T>(value: T): T => value;
132

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…