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

Function count

flutter/mmkv_linux/linux/flutter-bridge.cpp:474–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474MMKV_EXPORT uint64_t count(void *handle, bool filterExpire) {
475 MMKV *kv = static_cast<MMKV *>(handle);
476 if (kv) {
477 return kv->count(filterExpire);
478 }
479 return 0;
480}
481
482MMKV_EXPORT uint64_t totalSize(void *handle) {
483 MMKV *kv = static_cast<MMKV *>(handle);

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected