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

Function silentFail

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

Source from the content-addressed store, hash-verified

151596 return !codeActionSucceeded;
151597 }
151598 function silentFail() {
151599 codeActionSucceeded = false;
151600 return ts.emptyArray;
151601 }
151602 // dispatch function to recursively build the refactoring
151603 // should be kept up to date with isFixablePromiseHandler in suggestionDiagnostics.ts
151604 /**

Callers 5

transformExpressionFunction · 0.85
transformFinallyFunction · 0.85
transformCatchFunction · 0.85
transformThenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected