MCPcopy Index your code
hub / github.com/garrytan/gstack / getConnectionMode

Method getConnectionMode

browse/src/browser-manager.ts:255–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253 public onDisconnect: ((exitCode?: number) => void | Promise<void>) | null = null;
254
255 getConnectionMode(): 'launched' | 'headed' { return this.connectionMode; }
256
257 // ─── Watch Mode Methods ─────────────────────────────────
258 isWatching(): boolean { return this.watching; }

Callers 7

handleMetaCommandFunction · 0.80
idleCheckTickFunction · 0.80
server.tsFile · 0.80
makeFetchHandlerFunction · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected