Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/miragejs/miragejs
/ Person
Interface
Person
types/tests/factory-test.ts:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
});
7
8
interface
Person {
9
age: number;
10
height: string;
11
}
12
13
/**
14
* We show two methods of using the factories here:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…