MCPcopy Create free account
hub / github.com/Noumena-Network/code / indexToolInventoryGaps

Function indexToolInventoryGaps

src/tools/toolInventoryReport.ts:99–103  ·  view source on GitHub ↗
(
  gaps: readonly ToolInventoryGap[],
)

Source from the content-addressed store, hash-verified

97}
98
99export function indexToolInventoryGaps(
100 gaps: readonly ToolInventoryGap[],
101): Map<ToolInventoryGapKind, ToolInventoryGap> {
102 return new Map(gaps.map(gap => [gap.kind, gap]))
103}
104
105export function buildToolInventoryReport(
106 entries: readonly ToolInventoryEntry[],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected