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/**
746 * Stream invocation bindings straight from a `SpecStructure` (the structural

Callers 1

keptPathItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected