MCPcopy Create free account
hub / github.com/acode/cli / constructor

Method constructor

cli/transformers.js:6–12  ·  view source on GitHub ↗
(env, stdlib, environment)

Source from the content-addressed store, hash-verified

4class Transformers {
5
6 constructor (env, stdlib, environment) {
7 this.env = env;
8 this.stdlib = stdlib;
9 this.environment = environment;
10 this.list = [];
11 this.load();
12 }
13
14 load () {
15 let stdlib = this.stdlib;

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected