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

Method addSearchScopes

src/runtime/parser.ts:327–333  ·  view source on GitHub ↗
(scopes: string[])

Source from the content-addressed store, hash-verified

325 }
326
327 addSearchScopes(scopes: string[]) {
328 for(let scope of scopes) {
329 if(this.searchScopes.indexOf(scope) === -1) {
330 this.searchScopes.push(scope);
331 }
332 }
333 }
334
335 subBlock() {
336 let neue = new ParseBlock(`${this.id}|sub${this.nodeId++}`, this.variableLookup);

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected