Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ readFloat
Method
readFloat
qcommon/src/main/java/jake2/qcommon/sizebuf_t.java:159–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
public
float readFloat() {
160
return
Float.intBitsToFloat(readInt());
161
}
162
163
public
void
writeString(String s) {
164
final
String x = Objects.requireNonNullElse(s,
""
);
Callers
10
read
Method · 0.80
read
Method · 0.80
read
Method · 0.80
read
Method · 0.80
read
Method · 0.80
read
Method · 0.80
read
Method · 0.80
testFloat
Method · 0.80
load
Method · 0.80
readVector
Method · 0.80
Calls
1
readInt
Method · 0.95
Tested by
1
testFloat
Method · 0.64