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

Function hasMatchingMeaning

test/fixtures/snapshot/typescript.js:138159–138161  ·  view source on GitHub ↗
(referenceLocation, state)

Source from the content-addressed store, hash-verified

138157 }
138158 }
138159 function hasMatchingMeaning(referenceLocation, state) {
138160 return !!(ts.getMeaningFromLocation(referenceLocation) & state.searchMeaning);
138161 }
138162 function getReferencesAtLocation(sourceFile, position, search, state, addReferencesHere) {
138163 var referenceLocation = ts.getTouchingPropertyName(sourceFile, position);
138164 if (!isValidReferencePosition(referenceLocation, search.text)) {

Callers 2

shouldAddSingleReferenceFunction · 0.85
getReferencesAtLocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected