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:560–560 ·
view source on GitHub ↗
(doc: ParsedDocument)
Source
from the content-addressed store, hash-verified
558
});
559
560
const
extractServers = (doc: ParsedDocument): ServerInfo[] => extractServerList(doc.servers);
561
562
const
operationServers = (
563
pathItem: PathItemObject,
Callers
4
extract.ts
File · 0.85
streamOperationBindings
Function · 0.85
streamOperationBindingsFromStructure
Function · 0.85
streamPreviewOperations
Function · 0.85
Calls
1
extractServerList
Function · 0.85
Tested by
no test coverage detected