| 1 | import plugin from "../plugin.json"; |
| 2 | |
| 3 | class AcodePlugin { |
| 4 | baseUrl = ""; |
| 5 | |
| 6 | async init(_page, _cacheFile, _cacheFileUrl) { |
| 7 | // plugin initialisation |
| 8 | } |
| 9 | |
| 10 | async destroy() { |
| 11 | // plugin clean up |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | if (window.acode) { |
nothing calls this directly
no outgoing calls
no test coverage detected