Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/pont
/ IMocks
Interface
IMocks
packages/pont-engine/src/types/mocks.ts:1–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
IMocks {
2
enable: boolean;
3
4
port: number;
5
6
basePath: string;
7
8
wrapper: string;
9
}
Callers
nothing calls this directly
Implementers
1
Mocks
packages/pont-engine/src/compatible/Mo
Calls
no outgoing calls
Tested by
no test coverage detected