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

Method refresh

src/core/SpecService.ts:321–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319 }
320
321 public async refresh(): Promise<void> {
322 if (!this.folderPath) {
323 throw new Error("FileSystemSpecService not initialized");
324 }
325 await this.initialize();
326 }
327
328 async searchOperations(
329 query: string,

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected