MCPcopy Create free account
hub / github.com/microsoft/AI-Engineering-Coach / recordArrayValue

Function recordArrayValue

src/core/parser-vscode-cli.ts:106–109  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

104}
105
106function recordArrayValue(value: unknown): Record<string, unknown>[] {
107 if (!Array.isArray(value)) return [];
108 return value.filter(isRecord);
109}
110
111function parseCLIEventLine(line: string): CLIEvent | null {
112 try {

Callers 3

addAttachmentReferencesFunction · 0.85
countImageVariablesFunction · 0.85
addAssistantToolRequestsFunction · 0.85

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected