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

Function provide

src/runtime/builder.ts:583–591  ·  view source on GitHub ↗
(variable, scan)

Source from the content-addressed store, hash-verified

581 let blockLevel = {};
582
583 let provide = (variable, scan) => {
584 if(join.isVariable(variable)) {
585 let info = variableInfo[variable.id]
586 if(!info) {
587 info = variableInfo[variable.id] = {providers: []};
588 }
589 info.providers.push(scan);
590 }
591 }
592
593 let maybeLevelVariable = (scan, level, variable) => {
594 if(join.isVariable(variable)) {

Callers 1

stratifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected