MCPcopy Create free account
hub / github.com/bajrangCoder/acode-plugin-packageAdder / run

Method run

src/main.js:134–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133
134 async run() {
135 //window.toast(addedFolders,4000)
136 this.$page.show();
137 this.loadLibraries('https://api.cdnjs.com/libraries?fields=filename,description,github&limit=10');
138 this.$plugPage1.classList.remove('hide');
139 this.$plugPage2.classList.add('hide');
140 }
141
142 async loadLibraries(url){
143 try {

Callers

nothing calls this directly

Calls 1

loadLibrariesMethod · 0.95

Tested by

no test coverage detected