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

Function hasFailed

test/fixtures/snapshot/typescript.js:151595–151597  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151593 return createSynthIdentifier(identifier);
151594 }
151595 function hasFailed() {
151596 return !codeActionSucceeded;
151597 }
151598 function silentFail() {
151599 codeActionSucceeded = false;
151600 return ts.emptyArray;

Callers 4

_loop_14Function · 0.85
transformFinallyFunction · 0.85
transformCatchFunction · 0.85
transformThenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected