MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / next_page_info

Method next_page_info

src/opencode_ai/_base_client.py:186–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 return self.next_page_info() is not None
185
186 def next_page_info(self) -> Optional[PageInfo]: ...
187
188 def _get_page_items(self) -> Iterable[_T]: # type: ignore[empty-body]
189 ...

Callers 3

has_next_pageMethod · 0.95
get_next_pageMethod · 0.80
get_next_pageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected