Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
158
export
function
isObjectWrappingMap (object) {
159
return
isMap(object) && isObject(object.wrappedObject)
160
}
161
162
export
function
isNull (x) {
163
return
x === null
Callers
1
myFunction
Function · 0.90
Calls
2
isMap
Function · 0.85
isObject
Function · 0.85
Tested by
1
myFunction
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…