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

Function extractServers

packages/plugins/openapi/src/sdk/extract.ts:484–484  ·  view source on GitHub ↗
(doc: ParsedDocument)

Source from the content-addressed store, hash-verified

482 });
483
484const extractServers = (doc: ParsedDocument): ServerInfo[] => extractServerList(doc.servers);
485
486const operationServers = (
487 pathItem: PathItemObject,

Callers 3

extract.tsFile · 0.85
streamOperationBindingsFunction · 0.85

Calls 1

extractServerListFunction · 0.85

Tested by

no test coverage detected