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

Method sync

src/core/interfaces/ISyncManager.ts:53–53  ·  view source on GitHub ↗

* Synchronize specifications from sources to target directory * @param config Configuration for the sync operation * @returns Array of results for each synced specification

(config: SyncConfig)

Source from the content-addressed store, hash-verified

51 * @returns Array of results for each synced specification
52 */
53 sync(config: SyncConfig): Promise<SyncResult[]>;
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected