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

Method _links

src/runtime/analyzer.ts:288–294  ·  view source on GitHub ↗
(context: AnalysisContext, links)

Source from the content-addressed store, hash-verified

286 }
287
288 _links(context: AnalysisContext, links) {
289 for(let ix = 0, len = links.length; ix < len; ix += 2) {
290 let aId = links[ix];
291 let bId = links[ix + 1];
292 this._link(context, aId, bId);
293 }
294 }
295
296 //---------------------------------------------------------------------
297 // Tokens

Callers 1

_blockMethod · 0.95

Calls 1

_linkMethod · 0.95

Tested by

no test coverage detected