Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
main
Function · 0.95
serverHooks
Function · 0.95
performance.ts
File · 0.80
parse
Method · 0.80
#computeParsedTrace
Method · 0.80
#computeInsightSet
Method · 0.80
#computeInsightsForNavigation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected