MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / empty

Method empty

cpp/src/platform/HttpClient.h:222–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 const char *c_str() const { return data.c_str(); }
221 const std::string& str() const { return data; }
222 bool empty() const { return data.empty(); }
223 size_t length() const { return data.length(); }
224private:
225 std::string data;

Callers 15

AddLabelMethod · 0.45
GetLabelMethod · 0.45
GetHelpMethod · 0.45
AddHelpMethod · 0.45
AddItemLabelMethod · 0.45
GetItemLabelMethod · 0.45
HasItemLabelMethod · 0.45
AddItemHelpMethod · 0.45
GetItemHelpMethod · 0.45
HasItemHelpMethod · 0.45
ReadGlobalXMLLabelMethod · 0.45
ReadCCXMLLabelMethod · 0.45

Calls

no outgoing calls

Tested by 1

UnloadProductXMLMethod · 0.36