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

Function isPathItemValue

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

Source from the content-addressed store, hash-verified

740 }).pipe(Effect.withSpan("OpenApi.streamOperationBindings"));
741
742const isPathItemValue = (value: unknown): value is Record<string, unknown> =>
743 value !== null && typeof value === "object" && !Array.isArray(value);
744
745/** Parse one path-item range to its kept (optionally trimmed) value. Applied
746 * 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