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

Function getTransactionChanges

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

Source from the content-addressed store, hash-verified

2142 return store;
2143 };
2144 const getTransactionChanges = () => getTransactionChangesImpl();
2145 const getEncodedTransactionChanges = () => getTransactionChangesImpl(true);
2146 const getTransactionLog = () => [
2147 !collIsEmpty(changedCells),

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…