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

Method build_request

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

Source from the content-addressed store, hash-verified

961 options = FinalRequestOptions(method="get", url="/foo")
962
963 def build_request(options: FinalRequestOptions) -> None:
964 client = self.client.copy()
965 client._build_request(options)
966
967 # ensure that the machinery is warmed up before tracing starts.
968 build_request(options)

Callers

nothing calls this directly

Calls 2

_build_requestMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected