Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepops-ai/deepops
/ isObject
Function
isObject
ui/src/utils/axios/createError.ts:36–36 ·
view source on GitHub ↗
(data: any)
Source
from the content-addressed store, hash-verified
34
})
35
36
export
const
isObject = (data: any) => typeof data ===
'object'
37
38
export
const
TestError = (data: any) =>
39
data && isObject(data) && KEYS.error in data
Callers
3
TestError
Function · 0.70
changes
Function · 0.50
isEmpty
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected