MCPcopy
hub / github.com/witheve/Eve / constructor

Method constructor

src/runtime/block.ts:20–24  ·  view source on GitHub ↗
(block)

Source from the content-addressed store, hash-verified

18 alwaysTrue: boolean;
19
20 constructor(block) {
21 this.alwaysTrue = block.singleRun;
22 let map = this.buildVariableMap(block);
23 this.dependencies = this.buildDependencies(map);
24 }
25
26 buildVariableMap(block, variableMap = {"any": {attributes: {}}}) {
27 for(let level of block.strata) {

Callers

nothing calls this directly

Calls 2

buildVariableMapMethod · 0.95
buildDependenciesMethod · 0.95

Tested by

no test coverage detected