Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
484
const
extractServers = (doc: ParsedDocument): ServerInfo[] => extractServerList(doc.servers);
485
486
const
operationServers = (
487
pathItem: PathItemObject,
Callers
3
extract.ts
File · 0.85
streamOperationBindings
Function · 0.85
streamOperationBindingsFromStructure
Function · 0.85
Calls
1
extractServerList
Function · 0.85
Tested by
no test coverage detected