Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReAPI-com/mcp-openapi
/ loadSpecCatalog
Method
loadSpecCatalog
src/core/interfaces/ISpecService.ts:124–124 ·
view source on GitHub ↗
* Load the catalog of specifications
()
Source
from the content-addressed store, hash-verified
122
* Load the catalog of specifications
123
*/
124
loadSpecCatalog(): Promise<SpecCatalogEntry[]>;
125
126
/**
127
* Persist a single specification
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