Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
const
nextOffset = (next_offset: Array<bigint> | []): bigint | null =>
27
next_offset.length > 0 ? next_offset[0] : null;
28
29
const
paginated =
async
<Item>(
30
method: string,
Callers
1
paginated
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected