MCPcopy Create free account
hub / github.com/angular/dev-infra / _debug

Method _debug

github-actions/browserstack/set-browserstack-env.js:20088–20092  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

20086 return true;
20087 });
20088 }
20089 function isRooted(p) {
20090 p = normalizeSeparators(p);
20091 if (!p) {
20092 throw new Error('isRooted() parameter "p" cannot be empty');
20093 }
20094 if (IS_WINDOWS) {
20095 return p.startsWith("\\") || /^[A-Z]:/i.test(p);

Callers 3

_processLineBufferMethod · 0.45
execMethod · 0.45
HandleTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected