Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ usage
Method
usage
src/ArduinoJson/Memory/MemoryPool.hpp:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
SlotCount usage() const {
93
return usage_;
94
}
95
96
static SlotCount bytesToSlots(size_t n) {
97
return static_cast<SlotCount>(n / sizeof(T));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected