MCPcopy Index your code
hub / github.com/nodejs/node / isInspectorMessage

Function isInspectorMessage

lib/internal/util/inspector.js:65–67  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

63}
64
65function isInspectorMessage(string) {
66 return isUsingInspector() && RegExpPrototypeExec(kInspectMsgRegex, string) !== null;
67}
68
69// Create a special require function for the inspector command line API
70function installConsoleExtensions(commandLineApi) {

Callers 1

runTestFileFunction · 0.85

Calls 1

isUsingInspectorFunction · 0.85

Tested by

no test coverage detected