findMatchingInternalTransaction attempts to find an internal transaction that matches the given external transaction. It processes the transactions in batches and applies the matching rules. Parameters: - ctx: The context controlling the operation. - externalTxn: The external transaction to match. -
(ctx context.Context, externalTxn *model.Transaction, matchingRules []model.MatchingRule, matchChan chan model.Match, unMatchChan chan string)
source not stored for this graph (policy: none)
no test coverage detected