Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/C-176/LeoBlog-back
/ count
Method
count
src/main/java/com/chen/LeoBlog/base/SocketPool.java:45–47 ·
view source on GitHub ↗
获取在线人数 @return 返回在线人数
()
Source
from the content-addressed store, hash-verified
43
* @
return
返回在线人数
44
*/
45
public
static
int
count(){
46
return
ONLINE_USER_SESSIONS.size();
47
}
48
49
/**
50
* 获取在线session池
Callers
4
getCommentSumByUserId
Method · 0.80
getArticleSumByUserId
Method · 0.80
getArticleSumBySortId
Method · 0.80
getArticleSumByLabelId
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected