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

Method pushOneRepo

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

Source from the content-addressed store, hash-verified

93 }
94
95 async pushOneRepo() {
96 if (this.openGuildWorkspaces.length > 0) {
97 await this.openGuildWorkspaces[0].pushAll();
98 }
99 }
100
101 async pushRepo(repo: BotloaderSourceControl) {
102 const guildSpace = this.openGuildWorkspaces.find(e => e.folder.toString() === repo.rootUri?.toString());

Callers 1

activateFunction · 0.95

Calls 1

pushAllMethod · 0.80

Tested by

no test coverage detected