MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / has

Method has

src/webInterface.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 std::map<String, String> values;
31
32 bool has(const char *key) const { return values.find(String(key)) != values.end(); }
33 String get(const char *key) const {
34 auto it = values.find(String(key));
35 return it == values.end() ? String("") : it->second;

Callers 8

isEditableFunction · 0.80
loadNvsFunction · 0.80
saveNvsFunction · 0.80
isAuthenticatedFunction · 0.80
loginHandlerFunction · 0.80
updateFromSdHandlerFunction · 0.80
renameHandlerFunction · 0.80
otaHandlerFunction · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected