Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
66
var
hasOwnProperty = Object.prototype.hasOwnProperty;
67
function
hasOwn (obj, key) {
68
return
hasOwnProperty.call(obj, key)
69
}
70
71
/**
72
* Check
if
value is primitive
Callers
11
observe
Function · 0.70
set
Function · 0.70
del
Function · 0.70
mergeData
Function · 0.70
mergeOptions
Function · 0.70
resolveAsset
Function · 0.70
validateProp
Function · 0.70
getPropDefaultValue
Function · 0.70
initData
Function · 0.70
initMethods
Function · 0.70
checkProp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected