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

Function keyBetween

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

Source from the content-addressed store, hash-verified

24 * @throws if `a >= b` (callers must pass ordered, distinct bounds)
25 */
26export function keyBetween(a: string | null, b: string | null): string {
27 return generateKeyBetween(a, b)
28}
29
30/**
31 * Returns `n` keys evenly spaced strictly between `a` and `b` (same open-end

Callers 2

resolveInsertOrderKeyFunction · 0.90
resolveInsertByNeighborFunction · 0.90

Calls 1

generateKeyBetweenFunction · 0.90

Tested by

no test coverage detected