MCPcopy Create free account
hub / github.com/nodejs/node / isForRenameWithPrefixAndSuffixText

Function isForRenameWithPrefixAndSuffixText

test/fixtures/snapshot/typescript.js:138931–138933  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

138929 return res.length === 0 ? undefined : res;
138930 }
138931 function isForRenameWithPrefixAndSuffixText(options) {
138932 return options.use === 2 /* FindReferencesUse.Rename */ && options.providePrefixAndSuffixTextForRename;
138933 }
138934 })(Core = FindAllReferences.Core || (FindAllReferences.Core = {}));
138935 })(FindAllReferences = ts.FindAllReferences || (ts.FindAllReferences = {}));
138936})(ts || (ts = {}));

Calls

no outgoing calls

Tested by

no test coverage detected