MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / start

Method start

tests/server.ts:90–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 start(): Promise<void> {
91 return new Promise(res => {
92 this.#server.listen(this.#port, res);
93 });
94 }
95
96 stop(): Promise<void> {
97 return new Promise((res, rej) => {

Callers 7

mainFunction · 0.95
serverHooksFunction · 0.95
performance.tsFile · 0.80
parseMethod · 0.80
#computeParsedTraceMethod · 0.80
#computeInsightSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected