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

Function getArg

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

Source from the content-addressed store, hash-verified

373var size2 = (arrayOrString) => arrayOrString.length;
374var getUndefined = () => void 0;
375var getArg = (value) => value;
376var tryReturn = (tryF, catchReturn) => {
377 try {
378 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…