MCPcopy
hub / github.com/electron/forge / SyncContext

Interface SyncContext

tools/sync-readmes.ts:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43interface SyncContext {
44 packageKeys: [string, string, string, string][];
45}
46
47function sync(): Listr<SyncContext> {
48 return new Listr([

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected