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

Method getString

src/ArduinoJson/Memory/ResourceManager.hpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 template <typename TAdaptedString>
88 StringNode* getString(const TAdaptedString& str) const {
89 return stringPool_.get(str);
90 }
91
92 StringNode* createString(size_t length) {
93 auto node = StringNode::create(length, allocator_);

Callers 2

saveFunction · 0.80
StringBuffer.hppFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected