Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ isObject
Function
isObject
frontend/util/ijson.ts:36–38 ·
view source on GitHub ↗
(obj: any)
Source
from the content-addressed store, hash-verified
34
}
35
36
function
isObject(obj: any): boolean {
37
return
obj != null && obj instanceof Object && !isArray(obj);
38
}
39
40
function
getPath(obj: any, path: PathType): any {
41
let
cur = obj;
Callers
4
getPath
Function · 0.70
isEmpty
Function · 0.70
setPathInternal
Function · 0.70
applyCommand
Function · 0.70
Calls
1
isArray
Function · 0.70
Tested by
no test coverage detected