Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ getPosition
Method
getPosition
Core/CodedOutputData.cpp:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
size_t CodedOutputData::getPosition() {
113
return m_position;
114
}
115
116
void CodedOutputData::setPosition(size_t position) {
117
m_position = position;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected