MCPcopy 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

1function plugins(updates) {
2 import(/* webpackChunkName: "plugins" */ "./plugins").then((res) => {
3 const Plugins = res.default;
4 Plugins(updates);
5 });
6}
7
8export default plugins;

Callers 2

onDeviceReadyFunction · 0.85
callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected