MCPcopy Create free account
hub / github.com/Wscats/chrome-devtools-cli / trace

Function trace

src/core/background.ts:47–50  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

45downloadButton.onclick = download;
46
47function trace(param) {
48 let time = (window.performance.now() / 1000).toFixed(3);
49 console.log(time + ':' + param);
50}
51
52function handleSuccess(stream) {
53 console.log(stream);

Callers 4

handleSuccessFunction · 0.85
handleSourceOpenFunction · 0.85
background.tsFile · 0.85
callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected