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

Method searchLib

src/main.js:184–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 searchLib(){
185 let query = this.$searchInput.value.toLowerCase()
186 this.loadLibraries('https://api.cdnjs.com/libraries?search='+query+'&fields=filename,description,github&limit=10');
187 }
188
189 async pkgDetails(libNme){
190

Callers

nothing calls this directly

Calls 1

loadLibrariesMethod · 0.95

Tested by

no test coverage detected