MCPcopy Create free account
hub / github.com/ReAPI-com/mcp-openapi / scanAndSave

Method scanAndSave

src/core/interfaces/ISpecService.ts:114–114  ·  view source on GitHub ↗

* Scan a directory and persist found specifications

(folderPath: string)

Source from the content-addressed store, hash-verified

112 * Scan a directory and persist found specifications
113 */
114 scanAndSave(folderPath: string): Promise<void>;
115
116 /**
117 * Persist the catalog of specifications

Callers 1

Implementers 1

FileSystemSpecServicesrc/core/SpecService.ts

Calls

no outgoing calls

Tested by

no test coverage detected