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

Function isPathItemValue

packages/plugins/openapi/src/sdk/extract.ts:818–819  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

816 }).pipe(Effect.withSpan("OpenApi.streamOperationBindings"));
817
818const isPathItemValue = (value: unknown): value is Record<string, unknown> =>
819 value !== null && typeof value === "object" && !Array.isArray(value);
820
821/** Parse one path-item range to its kept (optionally trimmed) value. Applied
822 * identically wherever a structure is walked more than once, so per-operation

Callers 1

parseKeptPathItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected