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

Method pushRepo

botloader-vscode/src/workspacemanager.ts:101–106  ·  view source on GitHub ↗
(repo: BotloaderSourceControl)

Source from the content-addressed store, hash-verified

99 }
100
101 async pushRepo(repo: BotloaderSourceControl) {
102 const guildSpace = this.openGuildWorkspaces.find(e => e.folder.toString() === repo.rootUri?.toString());
103 if (guildSpace) {
104 await guildSpace.pushAll();
105 }
106 }
107
108 dispose() {
109 for (let dis of this.otherDisposables) {

Callers 1

activateFunction · 0.95

Calls 2

toStringMethod · 0.80
pushAllMethod · 0.80

Tested by

no test coverage detected