MCPcopy
hub / github.com/callstack/repack / DevServerContext

Interface DevServerContext

packages/dashboard/src/types.ts:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 };
45
46export interface DevServerContext {
47 tryReconnecting: () => void;
48 getPlatforms: () => string[];
49 getCompilerConnection: (platform: string) => Observable<DevServerMessage>;
50 getProxyConnection: () => Observable<DevServerMessage>;
51}
52
53export type LogEntry = {
54 issuer: string;

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…