Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ unRegister
Method
unRegister
src/main/java/cc/slack/utils/EventUtil.java:11–13 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
9
}
10
11
public
static
void
unRegister(Object o) {
12
Slack.getInstance().getEventBus().unsubscribe(o);
13
}
14
15
public
static
void
call(Event e) {
16
Slack.getInstance().getEventBus().publish(e);
Callers
2
setToggle
Method · 0.95
shutdown
Method · 0.95
Calls
1
getInstance
Method · 0.45
Tested by
no test coverage detected