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

Function getTransactionChanges

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

Source from the content-addressed store, hash-verified

1921 };
1922
1923 const getTransactionChanges = (): Changes => getTransactionChangesImpl();
1924
1925 const getEncodedTransactionChanges = (): Changes =>
1926 getTransactionChangesImpl(true);

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…