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

Method get

src/opencode_ai/_base_client.py:1667–1674  ·  view source on GitHub ↗
(
        self,
        path: str,
        *,
        cast_to: Type[ResponseT],
        options: RequestOptions = {},
        stream: Literal[False] = False,
    )

Source from the content-addressed store, hash-verified

1665
1666 @overload
1667 async def get(
1668 self,
1669 path: str,
1670 *,
1671 cast_to: Type[ResponseT],
1672 options: RequestOptions = {},
1673 stream: Literal[False] = False,
1674 ) -> ResponseT: ...
1675
1676 @overload
1677 async def get(

Callers

nothing calls this directly

Calls 2

requestMethod · 0.95
constructMethod · 0.45

Tested by

no test coverage detected