MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / getResults

Method getResults

reconciliation.go:524–526  ·  view source on GitHub ↗

getResults returns the total counts of matched and unmatched transactions processed during reconciliation. Returns: - int: The count of matched transactions. - int: The count of unmatched transactions.

()

Source from the content-addressed store, hash-verified

522// - int: The count of matched transactions.
523// - int: The count of unmatched transactions.
524func (tp *transactionProcessor) getResults() (int, int) {
525 return tp.matches, tp.unmatched
526}
527
528// processTransactions processes the transactions in batches, applying the reconciliation logic for each transaction.
529// Parameters:

Callers 1

processReconciliationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected