MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / isObject

Function isObject

apps/vis/server/src/lib/wire-reader.ts:112–114  ·  view source on GitHub ↗
(v: unknown)

Source from the content-addressed store, hash-verified

110}
111
112function isObject(v: unknown): v is Record<string, unknown> {
113 return typeof v === 'object' && v !== null && !Array.isArray(v);
114}

Callers 1

readAgentWireFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected