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

Method setUrlParams

packages/platform/src/HttpApiEndpoint.ts:171–171  ·  view source on GitHub ↗

* Set the schema for the url search parameters of the endpoint.

(
    schema: UrlParams & HttpApiEndpoint.ValidateUrlParams<UrlParams>
  )

Source from the content-addressed store, hash-verified

169 * Set the schema for the url search parameters of the endpoint.
170 */
171 setUrlParams<UrlParams extends Schema.Schema.Any>(
172 schema: UrlParams & HttpApiEndpoint.ValidateUrlParams<UrlParams>
173 ): HttpApiEndpoint<
174 Name,

Callers 9

HttpApi.test.tsFile · 0.80
UsersApiClass · 0.80
makeFunction · 0.80
makeFunction · 0.80
makeFunction · 0.80
makeFunction · 0.80
OpenApi.test.tsFile · 0.80
Url.test.tsFile · 0.80
onEndpointFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected