On Sun, 20 Aug 2023 14:18:01 -0400 Stevie Alvarez <stevie.6strings@xxxxxxxxx> wrote: > > +/** > > + * traceeval_iterator_query - return the results of the last entry in the iterator > > Nit, 'last entry' made me think you were referring to the *last* entry. > Maybe say previous entry instead? Good point. hmm, what about: - return the results from the current entry in the iterator as traceeval_iterator_next() really just updates the "current" entry. -- Steve