Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ draw
Method
draw
code/main/RenderTag.ts:16–18 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
14
}
15
16
public draw(str: string): string{
17
return
str.addAt(this.x, this.tagString);
18
}
19
20
21
// Public getters
Callers
nothing calls this directly
Calls
1
addAt
Method · 0.80
Tested by
no test coverage detected