Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MauriceNino/dashdot
/ inspectObj
Function
inspectObj
apps/cli/src/index.ts:16–22 ·
view source on GitHub ↗
(obj: unknown)
Source
from the content-addressed store, hash-verified
14
};
15
16
const
inspectObj = (obj: unknown): string => {
17
return
inspect(obj, {
18
showHidden: false,
19
depth: null,
20
colors: true,
21
});
22
};
23
24
yargs(hideBin(process.argv))
25
.scriptName(
'yarn cli'
)
Callers
1
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected