MCPcopy
hub / github.com/vuejs/devtools-v6 / log

Method log

packages/shared-utils/src/bridge.ts:61–63  ·  view source on GitHub ↗

* Log a message to the devtools background page.

(message: string)

Source from the content-addressed store, hash-verified

59 */
60
61 log(message: string) {
62 this.send('log', message)
63 }
64
65 _flush() {
66 if (this._batchingQueue.length) {

Callers 15

bytesToSizeFunction · 0.80
sign-firefox.jsFile · 0.80
installProxyFunction · 0.80
lOneFunction · 0.80
lTwoFunction · 0.80
shutdownFunction · 0.80
doublePipeFunction · 0.80
index.jsFile · 0.80
server.jsFile · 0.80
sendFunction · 0.80
installHookFunction · 0.80

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected