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

Method provide

src/runtime/builder.ts:78–85  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

76 }
77
78 provide(node) {
79 if(join.isVariable(node)) {
80 if(this.nonProviding && !this.myRegisters[node.id]) {
81 return;
82 }
83 this.unprovided[node.id] = false;
84 }
85 }
86
87 setGroup(variable, value) {
88 let group = this.variableToGroup[variable.name] = value;

Callers 9

buildScansFunction · 0.45
buildExpressionsFunction · 0.45
buildActionsFunction · 0.45
join.tsFile · 0.45
sort.tsFile · 0.45
aggregate.tsFile · 0.45
string.tsFile · 0.45
math.tsFile · 0.45
logical.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected