MCPcopy
hub / github.com/OpenHands/OpenHands / RepositoryPage

Interface RepositoryPage

frontend/src/types/git.d.ts:44–47  ·  view source on GitHub ↗

* V1 API response for paginated repository search (cursor-based)

Source from the content-addressed store, hash-verified

42 * V1 API response for paginated repository search (cursor-based)
43 */
44interface RepositoryPage {
45 items: GitRepository[];
46 next_page_id: string | null;
47}
48
49/**
50 * V1 API response for paginated installation search (cursor-based)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected