Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ readFloat
Method
readFloat
Core/CodedInputData.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
float CodedInputData::readFloat() {
53
return Int32ToFloat32(this->readRawLittleEndian32());
54
}
55
56
int64_t CodedInputData::readInt64() {
57
int32_t shift = 0;
Callers
2
getFloat
Method · 0.80
decodeOneVector
Method · 0.80
Calls
2
readRawLittleEndian32
Method · 0.95
Int32ToFloat32
Function · 0.85
Tested by
no test coverage detected