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

Function isObject

static/vuejs/vue.runtime.common.js:162–164  ·  view source on GitHub ↗

* Quick object check - this is primarily used to tell * Objects from primitive values when we know the value * is a JSON-compliant type.

(obj)

Source from the content-addressed store, hash-verified

160 * is a JSON-compliant type.
161 */
162function isObject (obj) {
163 return obj !== null && typeof obj === 'object'
164}
165
166/**
167 * Strict object type check. Only returns true

Callers 12

looseEqualFunction · 0.70
observeFunction · 0.70
getPropDefaultValueFunction · 0.70
_traverseFunction · 0.70
createComponentFunction · 0.70
resolveFunction · 0.70
renderListFunction · 0.70
bindObjectPropsFunction · 0.70
stringifyClassFunction · 0.70
enterFunction · 0.70
leaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected