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

Class

src/plugins/pluginContext/www/PluginContext.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const PluginContext = (function () {
4 //=============================
5 class _PluginContext {
6 constructor(uuid) {
7 this.created_at = Date.now();
8 this.uuid = uuid;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected