MCPcopy
hub / github.com/ecyrbe/zodios / createUndefinedSampleConfig

Function createUndefinedSampleConfig

src/plugins/zod-validation.plugin.test.ts:303–308  ·  view source on GitHub ↗
(
    url: string
  )

Source from the content-addressed store, hash-verified

301 });
302
303 const createUndefinedSampleConfig = (
304 url: string
305 ): AnyZodiosRequestOptions => ({
306 method: "get",
307 url,
308 });
309
310 const createSampleResponse = (
311 { headers } = { headers: { "content-type": "application/json" } }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected