MCPcopy Index your code
hub / github.com/Effect-TS/effect / removeHash

Function removeHash

packages/platform/src/internal/httpClientRequest.ts:370–378  ·  view source on GitHub ↗
(self: ClientRequest.HttpClientRequest)

Source from the content-addressed store, hash-verified

368
369/** @internal */
370export const removeHash = (self: ClientRequest.HttpClientRequest): ClientRequest.HttpClientRequest =>
371 makeInternal(
372 self.method,
373 self.url,
374 self.urlParams,
375 Option.none(),
376 self.headers,
377 self.body
378 )
379
380/** @internal */
381export const toUrl = (self: ClientRequest.HttpClientRequest): Option.Option<URL> =>

Callers

nothing calls this directly

Calls 1

makeInternalFunction · 0.85

Tested by

no test coverage detected