MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / keptPathItem

Function keptPathItem

packages/plugins/openapi/src/sdk/extract.ts:871–872  ·  view source on GitHub ↗
(range: ByteRange)

Source from the content-addressed store, hash-verified

869 // Parse one path-item range to its kept (optionally trimmed) value, applying
870 // `keepPathItem` identically in both passes so the operation index aligns.
871 const keptPathItem = (range: ByteRange): readonly [string, PathItemObject] | null =>
872 parseKeptPathItem(structure, range, keepPathItem);
873
874 // Pass 1 (light): collect schema-free tool-path planning metadata in
875 // document order. No bindings, no schemas; one path-item resident at a time.

Callers 1

Calls 1

parseKeptPathItemFunction · 0.85

Tested by

no test coverage detected