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

Method render

code/main/RenderLocation.ts:14–17  ·  view source on GitHub ↗
(renderArea: RenderArea)

Source from the content-addressed store, hash-verified

12
13 // Public methods
14 public render(renderArea: RenderArea): void{
15 $(this.locationString).html(renderArea.getForRendering());
16 renderArea.runLinks();
17 }
18
19 public setContentGap(gap: number): void{
20 var ex: number, outerWidth: number, addGap: number = 0;

Callers

nothing calls this directly

Calls 4

$Function · 0.85
htmlMethod · 0.80
getForRenderingMethod · 0.80
runLinksMethod · 0.80

Tested by

no test coverage detected