MCPcopy
hub / github.com/msoedov/agentic_security / hasOwn

Function hasOwn

agentic_security/static/vue.js:157–159  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

155 */
156 var hasOwnProperty = Object.prototype.hasOwnProperty;
157 function hasOwn (obj, key) {
158 return hasOwnProperty.call(obj, key)
159 }
160
161 /**
162 * Create a cached version of a pure function.

Callers 13

observeFunction · 0.85
delFunction · 0.85
mergeDataFunction · 0.85
mergeOptionsFunction · 0.85
resolveAssetFunction · 0.85
validatePropFunction · 0.85
getPropDefaultValueFunction · 0.85
checkPropFunction · 0.85
resolveInjectFunction · 0.85
FunctionalRenderContextFunction · 0.85
initDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected