MCPcopy Create free account
hub / github.com/OpenEPaperLink/OpenEPaperLink / dbSize

Function dbSize

ESP32_AP-Flasher/src/web.cpp:96–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96size_t dbSize() {
97 size_t size = tagDB.size() * sizeof(tagRecord);
98 for (auto &tag : tagDB) {
99 if (tag->data) {
100 size += tag->len;
101 }
102 size += tag->modeConfigJson.length();
103 }
104 return size;
105}
106
107void wsSendSysteminfo() {
108 JsonDocument doc;

Callers 1

wsSendSysteminfoFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected