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

Method get

src/opencode_ai/_base_client.py:1145–1152  ·  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

1143
1144 @overload
1145 def get(
1146 self,
1147 path: str,
1148 *,
1149 cast_to: Type[ResponseT],
1150 options: RequestOptions = {},
1151 stream: Literal[False] = False,
1152 ) -> ResponseT: ...
1153
1154 @overload
1155 def get(

Callers 8

_build_requestMethod · 0.45
_should_retryMethod · 0.45
_process_responseMethod · 0.45
_process_responseMethod · 0.45
make_request_optionsFunction · 0.45

Calls 2

requestMethod · 0.95
constructMethod · 0.45

Tested by

no test coverage detected