Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ isPatternDone
Method
isPatternDone
code/main/TheSeaPattern.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
// Public methods
15
public isPatternDone(): boolean{
16
return
false;
17
}
18
19
public run(x1: number, x2: number): void{
20
Callers
1
handlePatterns
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected