MCPcopy Create free account
hub / github.com/TruthHun/BookStack / hasOwn

Function hasOwn

static/vuejs/vue.runtime.common.js:69–71  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

67 */
68var hasOwnProperty = Object.prototype.hasOwnProperty;
69function hasOwn (obj, key) {
70 return hasOwnProperty.call(obj, key)
71}
72
73/**
74 * Check if value is primitive

Callers 11

observeFunction · 0.70
setFunction · 0.70
delFunction · 0.70
mergeDataFunction · 0.70
mergeOptionsFunction · 0.70
resolveAssetFunction · 0.70
validatePropFunction · 0.70
getPropDefaultValueFunction · 0.70
initDataFunction · 0.70
initMethodsFunction · 0.70
checkPropFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected