Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ readDouble
Method
readDouble
Core/CodedInputData.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
double CodedInputData::readDouble() {
49
return Int64ToFloat64(this->readRawLittleEndian64());
50
}
51
52
float CodedInputData::readFloat() {
53
return Int32ToFloat32(this->readRawLittleEndian32());
Callers
2
getDouble
Method · 0.80
decodeOneVector
Method · 0.80
Calls
2
readRawLittleEndian64
Method · 0.95
Int64ToFloat64
Function · 0.85
Tested by
no test coverage detected