MCPcopy Create free account
hub / github.com/Botloader/botloader / syncOne

Method syncOne

botloader-vscode/src/workspacemanager.ts:89–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 async syncOne() {
90 if (this.openGuildWorkspaces.length > 0) {
91 await this.openGuildWorkspaces[0].syncWorkspaceWithProgress();
92 }
93 }
94
95 async pushOneRepo() {
96 if (this.openGuildWorkspaces.length > 0) {

Callers 1

activateFunction · 0.95

Calls 1

Tested by

no test coverage detected