MCPcopy Create free account
hub / github.com/dfinity/orbit / nextOffset

Function nextOffset

cli/src/audit/station.core.ts:26–27  ·  view source on GitHub ↗
(next_offset: Array<bigint> | [])

Source from the content-addressed store, hash-verified

24};
25
26const nextOffset = (next_offset: Array<bigint> | []): bigint | null =>
27 next_offset.length > 0 ? next_offset[0] : null;
28
29const paginated = async <Item>(
30 method: string,

Callers 1

paginatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected