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

Function getArg

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-dom/index.js:307–307  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

305var size2 = (arrayOrString) => arrayOrString.length;
306var getUndefined = () => void 0;
307var getArg = (value) => value;
308var tryReturn = (tryF, catchReturn) => {
309 try {
310 return tryF();

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…