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

Function plugin

src/pages/problems/index.js:1–6  ·  view source on GitHub ↗
({ id, installed }, onInstall, onUninstall)

Source from the content-addressed store, hash-verified

1function plugin({ id, installed }, onInstall, onUninstall) {
2 import(/* webpackChunkName: "problems" */ "./problems").then((res) => {
3 const Problems = res.default;
4 Problems();
5 });
6}
7
8export default plugin;

Callers

nothing calls this directly

Calls 1

ProblemsFunction · 0.85

Tested by

no test coverage detected