MCPcopy Index your code
hub / github.com/simstudioai/sim / nKeysBetween

Function nKeysBetween

apps/sim/lib/table/order-key.ts:35–37  ·  view source on GitHub ↗
(a: string | null, b: string | null, n: number)

Source from the content-addressed store, hash-verified

33 * (`nKeysBetween(null, null, count)` mints an ordered run for an empty range).
34 */
35export function nKeysBetween(a: string | null, b: string | null, n: number): string[] {
36 return generateNKeysBetween(a, b, n)
37}

Callers 6

createTableFunction · 0.90
bulkInsertImportBatchFunction · 0.90
replaceTableRowsWithTxFunction · 0.90
runRepairFunction · 0.90
runBackfillFunction · 0.90

Calls 1

generateNKeysBetweenFunction · 0.90

Tested by

no test coverage detected