MCPcopy 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
36function isObject(obj: any): boolean {
37 return obj != null && obj instanceof Object && !isArray(obj);
38}
39
40function getPath(obj: any, path: PathType): any {
41 let cur = obj;

Callers 4

getPathFunction · 0.70
isEmptyFunction · 0.70
setPathInternalFunction · 0.70
applyCommandFunction · 0.70

Calls 1

isArrayFunction · 0.70

Tested by

no test coverage detected