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

Class FindResourceWithRawResponse

src/opencode_ai/resources/find.py:278–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277
278class FindResourceWithRawResponse:
279 def __init__(self, find: FindResource) -> None:
280 self._find = find
281
282 self.files = to_raw_response_wrapper(
283 find.files,
284 )
285 self.symbols = to_raw_response_wrapper(
286 find.symbols,
287 )
288 self.text = to_raw_response_wrapper(
289 find.text,
290 )
291
292
293class AsyncFindResourceWithRawResponse:

Callers 1

with_raw_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected