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

Method pushAll

botloader-vscode/src/guildspace.ts:255–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253 }
254
255 async pushAll() {
256 await vscode.window.withProgress({ location: vscode.ProgressLocation.SourceControl }, async progress => {
257 let index = await this.readIndexFile();
258
259 for (let state of this.changedFilesGroup.resourceStates) {
260 await this.pushSingleChange(state.resourceUri, index);
261 }
262
263 await this.syncWorkspace();
264 await this.apiClient.reloadGuildVm(index.guild.id);
265 });
266 }
267
268 async pushScmGroup(group: vscode.SourceControlResourceGroup) {
269 await vscode.window.withProgress({ location: vscode.ProgressLocation.SourceControl }, async progress => {

Callers 2

pushOneRepoMethod · 0.80
pushRepoMethod · 0.80

Calls 4

readIndexFileMethod · 0.95
pushSingleChangeMethod · 0.95
syncWorkspaceMethod · 0.95
reloadGuildVmMethod · 0.80

Tested by

no test coverage detected