MCPcopy Index your code
hub / github.com/codeaashu/claude-code / safeKeys

Function safeKeys

src/commands/insights.ts:3031–3033  ·  view source on GitHub ↗
(obj: Record<string, unknown> | undefined | null)

Source from the content-addressed store, hash-verified

3029}
3030
3031function safeKeys(obj: Record<string, unknown> | undefined | null): string[] {
3032 return obj ? Object.keys(obj) : []
3033}
3034
3035// ============================================================================
3036// Command Definition

Callers 1

isMinimalSessionFunction · 0.85

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected