Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
void CodedOutputData::setPosition(size_t position) {
117
m_position = position;
118
}
119
120
void CodedOutputData::writeRawByte(uint8_t value) {
121
if (m_position == m_size) {
Callers
1
doOverrideDataWithKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected