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

Function getJsxElementTypeAt

test/fixtures/snapshot/typescript.js:74187–74189  ·  view source on GitHub ↗
(location)

Source from the content-addressed store, hash-verified

74185 return type;
74186 }
74187 function getJsxElementTypeAt(location) {
74188 return getJsxType(JsxNames.Element, location);
74189 }
74190 function getJsxStatelessElementTypeAt(location) {
74191 var jsxElementType = getJsxElementTypeAt(location);
74192 if (jsxElementType) {

Callers 5

checkJsxElementFunction · 0.85
checkJsxFragmentFunction · 0.85
checkJsxPreconditionsFunction · 0.85

Calls 1

getJsxTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…