Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ setPressed
Method
setPressed
code/main/Hotkey.ts:55–57 ·
view source on GitHub ↗
(pressed: boolean)
Source
from the content-addressed store, hash-verified
53
54
// Public setters
55
public setPressed(pressed: boolean): void{
56
this.pressed = pressed;
57
}
58
}
Callers
1
execute
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected