MCPcopy Index your code
hub / github.com/TruthHun/BookStack / hasOwn

Function hasOwn

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

Source from the content-addressed store, hash-verified

65 */
66var hasOwnProperty = Object.prototype.hasOwnProperty;
67function hasOwn (obj, key) {
68 return hasOwnProperty.call(obj, key)
69}
70
71/**
72 * 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