Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shiyi-0x7f/o-lib
/ Pagination
Interface
Pagination
src/hooks/useSearchState.ts:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
interface
Pagination {
21
limit?: number;
22
current?: number;
23
total_items?: number;
24
total_pages?: number;
25
}
26
27
interface
SearchState {
28
query: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected