Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
type
FixtureType = keyof typeof FIXTURE_PATHS
35
36
interface
FixtureMatch {
37
type
: FixtureType
38
name: string
39
}
40
41
interface
MockResult {
42
data: unknown
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected