MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / runLinks

Method runLinks

code/main/RenderArea.ts:534–538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532 }
533
534 public runLinks(): void{
535 for(var i = 0; i < this.links.length; i++){
536 this.links[i].run();
537 }
538 }
539
540 // Public getters
541 public getForRendering(): string{

Callers 1

renderMethod · 0.80

Calls 1

runMethod · 0.45

Tested by

no test coverage detected