MCPcopy
hub / github.com/nbubna/store / getOwn

Function getOwn

libs/requirejs.js:83–85  ·  view source on GitHub ↗
(obj, prop)

Source from the content-addressed store, hash-verified

81 }
82
83 function getOwn(obj, prop) {
84 return hasProp(obj, prop) && obj[prop];
85 }
86
87 /**
88 * Cycles over properties in an object and calls a function for each

Callers 9

normalizeFunction · 0.85
hasPathFallbackFunction · 0.85
makeModuleMapFunction · 0.85
getModuleFunction · 0.85
onFunction · 0.85
onErrorFunction · 0.85
newContextFunction · 0.85
breakCycleFunction · 0.85
requirejs.jsFile · 0.85

Calls 1

hasPropFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…