Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ toggle
Method
toggle
src/main/java/cc/slack/features/modules/api/Module.java:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
public
void
setXYPosition(double x, double y) { }
44
45
public
void
toggle() {
46
setToggle(!toggle);
47
}
48
49
public
void
enableModule() {
50
if
(!toggle)
Callers
15
enableModule
Method · 0.95
disableModule
Method · 0.95
onCommand
Method · 0.95
onUpdate
Method · 0.80
onDisable
Method · 0.80
onUpdate
Method · 0.80
onDisable
Method · 0.80
onMove
Method · 0.80
onMotion
Method · 0.80
onEnable
Method · 0.80
onMotion
Method · 0.80
onEnable
Method · 0.80
Calls
1
setToggle
Method · 0.95
Tested by
no test coverage detected