MCPcopy Create free account
hub / github.com/OpenBoardView/OpenBoardView / SetCAEKey

Method SetCAEKey

src/openboardview/GUI/Config.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void Config::SetCAEKey(const char *keytext) {
52 if (keytext) {
53 CAEKeyStr = keytext;
54 CAEKey = DecodeKey<44>(keytext);
55 }
56}
57
58void Config::SetXZZPCBKey(const std::string &keytext) {
59 try {

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected