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

Method setPosition

Core/CodedOutputData.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void CodedOutputData::setPosition(size_t position) {
117 m_position = position;
118}
119
120void CodedOutputData::writeRawByte(uint8_t value) {
121 if (m_position == m_size) {

Callers 1

doOverrideDataWithKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected