Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ plugins
Function
plugins
src/pages/plugins/index.js:1–6 ·
view source on GitHub ↗
(updates)
Source
from the content-addressed store, hash-verified
1
function
plugins(updates) {
2
import
(/* webpackChunkName:
"plugins"
*/
"./plugins"
).then((res) => {
3
const
Plugins = res.default;
4
Plugins(updates);
5
});
6
}
7
8
export
default plugins;
Callers
2
onDeviceReady
Function · 0.85
callback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected