MCPcopy Create free account
hub / github.com/SmingHub/Sming / compare

Function compare

Sming/Libraries/ArduinoJson6/include/FlashStringRefAdapter.hpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23inline CompareResult compare(JsonVariantConst lhs, const FSTR::String& rhs)
24{
25 return compare(lhs, String(rhs));
26}
27
28ARDUINOJSON_END_PRIVATE_NAMESPACE

Callers 2

checkMethod · 0.85
sortMethod · 0.85

Calls 1

StringClass · 0.50

Tested by

no test coverage detected