MCPcopy Create free account
hub / github.com/github/copilot-sdk / start

Method start

test/harness/replayingCapiProxy.ts:98–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 async start(): Promise<string> {
99 return (this.startPromise ??= (async () => {
100 await this.loadStoredData();
101 return super.start();
102 })());
103 }
104
105 async updateConfig(config: Partial<ReplayingCapiProxyState>): Promise<void> {
106 if (!config.filePath || !config.workDir) {

Callers

nothing calls this directly

Calls 1

loadStoredDataMethod · 0.95

Tested by

no test coverage detected