Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ getClient
Method
getClient
qcommon/src/main/java/jake2/qcommon/edict_t.java:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
public
GameClient getClient() {
89
throw
new
IllegalStateException(
"edict_t.getClient() should not be called"
);
90
}
91
92
/////////////////////////////////////////////////
93
Callers
5
SV_BuildClientFrame
Method · 0.95
SV_Savegame_f
Method · 0.45
SV_Status_f
Method · 0.45
SV_StatusString
Method · 0.45
SV_CalcPings
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected