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

Function getJsxElementClassTypeAt

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

Source from the content-addressed store, hash-verified

74179 return links.resolvedJsxElementAttributesType;
74180 }
74181 function getJsxElementClassTypeAt(location) {
74182 var type = getJsxType(JsxNames.ElementClass, location);
74183 if (isErrorType(type))
74184 return undefined;
74185 return type;
74186 }
74187 function getJsxElementTypeAt(location) {
74188 return getJsxType(JsxNames.Element, location);
74189 }

Calls 2

getJsxTypeFunction · 0.85
isErrorTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…