MCPcopy Index your code
hub / github.com/RubyLouvre/anu / describeComponentFrame

Function describeComponentFrame

test/react.js:1451–1453  ·  view source on GitHub ↗
(name, source, ownerName)

Source from the content-addressed store, hash-verified

1449}
1450
1451function describeComponentFrame(name, source, ownerName) {
1452 return '\n in ' + (name || 'Unknown') + (source ? ' (at ' + source.fileName.replace(/^.*[\\\/]/, '') + ':' + source.lineNumber + ')' : ownerName ? ' (created by ' + ownerName + ')' : '');
1453}
1454
1455function getDisplayName(element) {
1456 if (element == null) {

Callers 2

describeIDFunction · 0.85
react.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected