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

Method clone

code/main/RenderTagLt.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9 // Public methods
10 public clone(): RenderTagLt{
11 return <RenderTagLt>super.clone();
12 }
13
14 public draw(str: string): string{
15 // Instead of adding ourselves, we delete one character under the x position and then add the "&lt;"

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected