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

Function changesDidFail

src/persisters/persister-yjs/index.ts:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98 const [yTables, yValues] = getYContent(yContent);
99 const changesDidFail = () => {
100 changesFailed = 1;
101 };
102 let changesFailed = 1;
103 ifNotUndefined(changes, ([cellChanges, valueChanges]) => {
104 changesFailed = 0;

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…