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

Method build_request

tests/test_client.py:190–192  ·  view source on GitHub ↗
(options: FinalRequestOptions)

Source from the content-addressed store, hash-verified

188 options = FinalRequestOptions(method="get", url="/foo")
189
190 def build_request(options: FinalRequestOptions) -> None:
191 client = self.client.copy()
192 client._build_request(options)
193
194 # ensure that the machinery is warmed up before tracing starts.
195 build_request(options)

Callers 1

_build_requestMethod · 0.45

Calls 2

_build_requestMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected