MCPcopy Create free account
hub / github.com/cursor/plugins / isRecord

Function isRecord

orchestrate/skills/orchestrate/scripts/cli/task.ts:574–576  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

572}
573
574function isRecord(value: unknown): value is Record<string, unknown> {
575 return typeof value === "object" && value !== null;
576}
577
578/**
579 * Pick the dispatcher first name for the kickoff bot username. Order:

Callers 2

latestRunForAgentFunction · 0.85
fieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected