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

Method isAtEnd

Core/CodedInputDataCrypt.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 ~CodedInputDataCrypt();
67
68 bool isAtEnd() { return m_position == m_size; };
69
70 void seek(size_t addedSize);
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected