Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ StringPool
Function
StringPool
src/ArduinoJson/Memory/StringPool.hpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
public:
17
StringPool() = default;
18
StringPool(const StringPool&) = delete;
19
void operator=(StringPool&& src) = delete;
20
21
~StringPool() {
Callers
1
StringPool.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected