MCPcopy Create free account
hub / github.com/Lobos/react-ui / isEmptyObject

Function isEmptyObject

docs/lib/ReactRouter.js:1766–1770  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

1764 }
1765
1766 function isEmptyObject(object) {
1767 for (var p in object) {
1768 if (object.hasOwnProperty(p)) return false;
1769 }return true;
1770 }
1771
1772 function createLocationDescriptor(to, _ref) {
1773 var query = _ref.query;

Callers 1

ReactRouter.jsFile · 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…