summaryrefslogtreecommitdiff
path: root/indra/llcommon/resultset.cpp
AgeCommit message (Collapse)Author
2024-09-05Fix a few trailing whitespaces.Nat Goodspeed
2024-09-03Fix a bug in ResultSet::getSliceStart().Nat Goodspeed
When asked to retrieve a slice starting at an `index > 0`, `getSliceStart()` was returning an LLSD array whose first `index` entries were `isUndefined()`, followed by the desired data. Fix to omit those undefined entries.
2024-09-03Break out llinventorylistener.cpp's InvResultSet as LL::ResultSet.Nat Goodspeed
We may well want to leverage that API for additional queries that could potentially return large datasets.