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

Function hadMutated

src/mergeable-store/index.ts:680–684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

678 };
679
680 const hadMutated = (): 0 | 1 => {
681 const result = mutated;
682 mutated = 0;
683 return result;
684 };
685
686 const mergeableStore: IdObj<any> = {
687 getMergeableContent,

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…