MCPcopy Index your code
hub / github.com/tinyplex/tinybase / id

Function id

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:40–40  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

38var TRANSACTION = "Transaction";
39var JSON_PREFIX = "\uFFFD";
40var id = (key) => EMPTY_STRING + key;
41var strStartsWith = (str, prefix) => str.startsWith(prefix);
42var strEndsWith = (str, suffix) => str.endsWith(suffix);
43var strSplit = (str, separator = EMPTY_STRING, limit) => str.split(separator, limit);

Callers 15

index.jsFile · 0.70
getTableFunction · 0.70
getTableCellIdsFunction · 0.70
getRowCountFunction · 0.70
getRowIdsFunction · 0.70
getSortedRowIdsFunction · 0.70
getRowFunction · 0.70
getCellIdsFunction · 0.70
getCellFunction · 0.70
getValueFunction · 0.70
hasTableFunction · 0.70
hasTableCellFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected