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

Function hadMutated

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

Source from the content-addressed store, hash-verified

2919 return applyMergeableChanges(mergeableChanges2);
2920 };
2921 const hadMutated = () => {
2922 const result = mutated;
2923 mutated = 0;
2924 return result;
2925 };
2926 const mergeableStore = {
2927 getMergeableContent,
2928 getMergeableContentHashes,

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…