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

Function getArg

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

Source from the content-addressed store, hash-verified

129export const noop = () => {};
130
131export const getArg = <T>(value: T): T => value;
132
133export const promiseNew = <Value>(
134 resolver: (

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…