MCPcopy Create free account
hub / github.com/anomalyco/opencode / executeRead

Function executeRead

packages/opencode/src/account/account.ts:198–199  ·  view source on GitHub ↗
(request: HttpClientRequest.HttpClientRequest)

Source from the content-addressed store, hash-verified

196 const httpReadOk = HttpClient.filterStatusOk(httpRead)
197
198 const executeRead = (request: HttpClientRequest.HttpClientRequest) =>
199 httpRead.execute(request).pipe(mapAccountServiceError("HTTP request failed"))
200
201 const executeReadOk = (request: HttpClientRequest.HttpClientRequest) =>
202 httpReadOk.execute(request).pipe(mapAccountServiceError("HTTP request failed"))

Callers 1

account.tsFile · 0.85

Calls 2

mapAccountServiceErrorFunction · 0.85
executeMethod · 0.65

Tested by

no test coverage detected