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

Function extractServers

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

Source from the content-addressed store, hash-verified

558 });
559
560const extractServers = (doc: ParsedDocument): ServerInfo[] => extractServerList(doc.servers);
561
562const operationServers = (
563 pathItem: PathItemObject,

Callers 4

extract.tsFile · 0.85
streamOperationBindingsFunction · 0.85
streamPreviewOperationsFunction · 0.85

Calls 1

extractServerListFunction · 0.85

Tested by

no test coverage detected