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

Function isObject

static/vuejs/vue.runtime.esm.js:160–162  ·  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

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

Callers 12

looseEqualFunction · 0.70
observeFunction · 0.70
getPropDefaultValueFunction · 0.70
vue.runtime.esm.jsFile · 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