MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getEncodedTransactionChanges

Function getEncodedTransactionChanges

src/store/index.ts:1925–1926  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1923 const getTransactionChanges = (): Changes => getTransactionChangesImpl();
1924
1925 const getEncodedTransactionChanges = (): Changes =>
1926 getTransactionChangesImpl(true);
1927
1928 const getTransactionLog = (): TransactionLog => [
1929 !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…