MCPcopy Index your code
hub / github.com/witheve/Eve / hasVariable

Method hasVariable

src/runtime/builder.ts:100–102  ·  view source on GitHub ↗
(variable)

Source from the content-addressed store, hash-verified

98 }
99
100 hasVariable(variable) {
101 return this.variableToGroup[variable.name] !== undefined;
102 }
103
104 assignGroups(block) {
105 let finished = false;

Callers 1

checkSubBlockEqualitiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected