MCPcopy Index your code
hub / github.com/ReAPI-com/mcp-openapi / scan

Method scan

src/core/interfaces/ISpecScanner.ts:52–52  ·  view source on GitHub ↗

* Scan a folder for OpenAPI specs and yield them one at a time * This allows for memory-efficient processing of large specs * @param folderPath Path to folder containing OpenAPI specs

(folderPath: string)

Source from the content-addressed store, hash-verified

50 * @param folderPath Path to folder containing OpenAPI specs
51 */
52 scan(folderPath: string): AsyncGenerator<SpecScanResult, void, unknown>;
53}

Callers 2

scanAndSaveMethod · 0.65

Implementers 1

DefaultSpecScannersrc/core/SpecScanner.ts

Calls

no outgoing calls

Tested by

no test coverage detected