Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wildfirechat/im-server
/ main
Method
main
broker/src/main/java/cn/wildfirechat/server/Server.java:14–16 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
12
13
public
class
Server {
14
public
static
void
main(String[] args) throws IOException {
15
io.moquette.server.Server.start(args);
16
}
17
}
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected