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

Function getJsxFactoryEntity

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

Source from the content-addressed store, hash-verified

87222 return literalTypeToNode(type, node, tracker);
87223 }
87224 function getJsxFactoryEntity(location) {
87225 return location ? (getJsxNamespace(location), (ts.getSourceFileOfNode(location).localJsxFactory || _jsxFactoryEntity)) : _jsxFactoryEntity;
87226 }
87227 function getJsxFragmentFactoryEntity(location) {
87228 if (location) {
87229 var file = ts.getSourceFileOfNode(location);

Calls 1

getJsxNamespaceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…