MCPcopy Create free account
hub / github.com/Tencent/MMKV / ~CodedInputDataCrypt

Method ~CodedInputDataCrypt

Core/CodedInputDataCrypt.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54CodedInputDataCrypt::~CodedInputDataCrypt() {
55 if (m_decryptBuffer) {
56 free(m_decryptBuffer);
57 }
58}
59
60void CodedInputDataCrypt::seek(size_t addedSize) {
61 m_position += addedSize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected