MCPcopy Create free account
hub / github.com/microsoft/SandDance / refineResolvedLazyComponent

Function refineResolvedLazyComponent

docs/external/js/react.development.js:212–214  ·  view source on GitHub ↗
(lazyComponent)

Source from the content-addressed store, hash-verified

210
211 var Resolved = 1;
212 function refineResolvedLazyComponent(lazyComponent) {
213 return lazyComponent._status === Resolved ? lazyComponent._result : null;
214 }
215
216 function getWrappedName(outerType, innerType, wrapperName) {
217 var functionName = innerType.displayName || innerType.name || '';

Callers 1

getComponentNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected