MCPcopy
hub / github.com/web-infra-dev/midscene / stopSidecars

Method stopSidecars

packages/playground/src/server.ts:1274–1278  ·  view source on GitHub ↗
(sidecars?: PlaygroundSidecar[])

Source from the content-addressed store, hash-verified

1272 }
1273
1274 private async stopSidecars(sidecars?: PlaygroundSidecar[]): Promise<void> {
1275 for (const sidecar of sidecars || []) {
1276 await sidecar.stop?.();
1277 }
1278 }
1279
1280 private getActiveAgentOrThrow(): PageAgent {
1281 if (!this._activeConnection.agent) {

Callers 3

destroyCurrentSessionMethod · 0.95
applyCreatedSessionMethod · 0.95
setupRoutesMethod · 0.95

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected