MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / slotsToBytes

Method slotsToBytes

src/ArduinoJson/Memory/MemoryPool.hpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 static size_t slotsToBytes(SlotCount n) {
101 return n * sizeof(T);
102 }
103
104 private:
105 SlotCount capacity_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected