Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getDimension
Method
getDimension
java/org/apache/tomcat/websocket/Util.java:677–679 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
675
}
676
677
public
int
getDimension() {
678
return
dimension;
679
}
680
681
public
void
incrementDimension(
int
inc) {
682
dimension += inc;
Callers
1
getGenericType
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected