MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / NoPasswordSet

Method NoPasswordSet

src/Platform/RepRap.cpp:2631–2634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2629}
2630
2631bool RepRap::NoPasswordSet() const noexcept
2632{
2633 return (password[0] == 0 || CheckPassword(DEFAULT_PASSWORD));
2634}
2635
2636bool RepRap::CheckPassword(c_string pw) const noexcept
2637{

Callers 4

ProcessLineMethod · 0.80
GetJsonResponseMethod · 0.80
SendJsonResponseMethod · 0.80
SpinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected