MCPcopy
hub / github.com/cpaczek/skylight / start

Method start

tracker/src/upstream.ts:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22export interface Upstream {
23 start(): void;
24 stop(): void;
25 isConnected(): boolean;
26 getConfig(): Config;

Callers 7

makeDriverFunction · 0.65
swapDriverFunction · 0.65
mainFunction · 0.65
constructorMethod · 0.65
onMessageMethod · 0.65
useMseFunction · 0.65

Implementers 2

WsUpstreamtracker/src/upstream.ts
ReplayUpstreamtracker/src/upstream.ts

Calls

no outgoing calls

Tested by

no test coverage detected