MCPcopy Create free account
hub / github.com/caseywebdev/react-list / objectName

Function objectName

docs/index.js:20574–20580  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

20572 );
20573 }
20574 function objectName(object) {
20575 return Object.prototype.toString
20576 .call(object)
20577 .replace(/^\[object (.*)\]$/, function (m, p0) {
20578 return p0;
20579 });
20580 }
20581 function describeValue(value, maxLength) {
20582 switch (typeof value) {
20583 case "string":

Callers 2

describeValueFunction · 0.85
describeElementDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…