MCPcopy Index your code
hub / github.com/Starcounter-Jack/JSON-Patch / hasOwnProperty

Function hasOwnProperty

module/helpers.mjs:20–22  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

18})();
19var _hasOwnProperty = Object.prototype.hasOwnProperty;
20export function hasOwnProperty(obj, key) {
21 return _hasOwnProperty.call(obj, key);
22}
23export function _objectKeys(obj) {
24 if (Array.isArray(obj)) {
25 var keys_1 = new Array(obj.length);

Callers 4

_generateFunction · 0.90
_generateFunction · 0.90
_objectKeysFunction · 0.70
_getPathRecursiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…