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

Function hasOwn

static/vuejs/vue.js:73–75  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

71 */
72var hasOwnProperty = Object.prototype.hasOwnProperty;
73function hasOwn (obj, key) {
74 return hasOwnProperty.call(obj, key)
75}
76
77/**
78 * 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