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

Method reset

Core/CodedOutputData.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void CodedOutputData::reset() {
109 m_position = 0;
110}
111
112size_t CodedOutputData::getPosition() {
113 return m_position;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected