MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getLocalRes

Function getLocalRes

src/pages/plugins/plugins.js:779–781  ·  view source on GitHub ↗
(id, name)

Source from the content-addressed store, hash-verified

777 }
778
779 function getLocalRes(id, name) {
780 return Url.join(PLUGIN_DIR, id, name);
781 }
782
783 async function addSource(sourceType, value = "https://") {
784 let source;

Callers 3

getFilteredPluginsFunction · 0.70
getAllPluginsFunction · 0.70
getInstalledPluginsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected