MCPcopy
hub / github.com/npmx-dev/npmx.dev / FixtureMatch

Interface FixtureMatch

modules/runtime/server/cache.ts:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34type FixtureType = keyof typeof FIXTURE_PATHS
35
36interface FixtureMatch {
37 type: FixtureType
38 name: string
39}
40
41interface MockResult {
42 data: unknown

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected