Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
43
interface
SyncContext {
44
packageKeys: [string, string, string, string][];
45
}
46
47
function
sync(): Listr<SyncContext> {
48
return
new
Listr([
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected