Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getIsUsed
Method
getIsUsed
code/main/PondLine.ts:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
// Public getters
16
public getIsUsed(): boolean{
17
return
this.isUsed;
18
}
19
20
public getX1(): number{
21
return
this.x1;
Callers
1
handlePond
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected