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

Method get

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

Source from the content-addressed store, hash-verified

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;
36 }
37};
38
39int command = 0;

Callers 15

merge.pyFile · 0.80
_merge_bins_callbackFunction · 0.80
enable_lto.pyFile · 0.80
prepare_www_filesFunction · 0.80
_safe_bodyFunction · 0.80
loginMethod · 0.80
get_firmware_infoMethod · 0.80
generate_build_flagsFunction · 0.80
loginHandlerFunction · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected