Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Giyn/LiveChat
/ errorOccupy
Method
errorOccupy
src/pers/giyn/LiveChat/client/UserController.java:138–140 ·
view source on GitHub ↗
(final String msg)
Source
from the content-addressed store, hash-verified
136
}
137
138
public
void
errorOccupy(
final
String msg) {
139
new
Thread(() -> Utils.showErrorMsg(msg,
"错误"
, friendGUI.frame)).start();
140
}
141
}
Callers
2
process
Method · 0.80
actionPerformed
Method · 0.80
Calls
2
showErrorMsg
Method · 0.95
start
Method · 0.80
Tested by
no test coverage detected