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

Function title

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

Source from the content-addressed store, hash-verified

4759 return getUniqueId("s", props.storeId);
4760 },
4761 get title() {
4762 return (store().isMergeable() ? "Mergeable" : "") + "Store: " + (props.storeId ?? DEFAULT);
4763 },
4764 get s() {
4765 return props.s;
4766 },

Callers

nothing calls this directly

Calls 2

storeFunction · 0.70
isMergeableMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…