Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFilteredPlugins
Function · 0.70
getAllPlugins
Function · 0.70
getInstalledPlugins
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected