MCPcopy Create free account
hub / github.com/Tencent/MMKV / curWritePointer

Method curWritePointer

Core/CodedOutputData.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40uint8_t *CodedOutputData::curWritePointer() {
41 return m_ptr + m_position;
42}
43
44void CodedOutputData::writeDouble(double value) {
45 this->writeRawLittleEndian64(Float64ToInt64(value));

Callers 3

memmoveDictionaryFunction · 0.80
fullWriteBackWholeDataFunction · 0.80
testAESToMMBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected