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

Function print

extras/tests/Misc/StringWriter.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17template <typename StringWriter>
18static size_t print(StringWriter& writer, const char* s) {
19 return writer.write(reinterpret_cast<const uint8_t*>(s), strlen(s));
20}
21
22template <typename StringWriter>
23static size_t print(StringWriter& writer, char c) {

Callers 4

printMethod · 0.85
convertMethod · 0.85
common_testsFunction · 0.85
StringWriter.cppFile · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected