Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ReAPI-com/mcp-openapi
/ loadSpec
Method
loadSpec
src/core/interfaces/ISpecService.ts:134–134 ·
view source on GitHub ↗
* Load a single specification by ID
(specId: string)
Source
from the content-addressed store, hash-verified
132
* Load a single specification by ID
133
*/
134
loadSpec(specId: string): Promise<OpenAPIV3.Document>;
135
}
136
137
/**
Callers
1
SpecPersister.test.ts
File · 0.65
Implementers
1
FileSystemSpecService
src/core/SpecService.ts
Calls
no outgoing calls
Tested by
no test coverage detected