MCPcopy 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
48double CodedInputData::readDouble() {
49 return Int64ToFloat64(this->readRawLittleEndian64());
50}
51
52float CodedInputData::readFloat() {
53 return Int32ToFloat32(this->readRawLittleEndian32());

Callers 2

getDoubleMethod · 0.80
decodeOneVectorMethod · 0.80

Calls 2

readRawLittleEndian64Method · 0.95
Int64ToFloat64Function · 0.85

Tested by

no test coverage detected