MCPcopy 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
52float CodedInputData::readFloat() {
53 return Int32ToFloat32(this->readRawLittleEndian32());
54}
55
56int64_t CodedInputData::readInt64() {
57 int32_t shift = 0;

Callers 2

getFloatMethod · 0.80
decodeOneVectorMethod · 0.80

Calls 2

readRawLittleEndian32Method · 0.95
Int32ToFloat32Function · 0.85

Tested by

no test coverage detected