MCPcopy
hub / github.com/josdejong/mathjs / isObjectWrappingMap

Function isObjectWrappingMap

src/utils/is.js:158–160  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

156}
157
158export function isObjectWrappingMap (object) {
159 return isMap(object) && isObject(object.wrappedObject)
160}
161
162export function isNull (x) {
163 return x === null

Callers 1

myFunctionFunction · 0.90

Calls 2

isMapFunction · 0.85
isObjectFunction · 0.85

Tested by 1

myFunctionFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…