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

Method SetFZKey

src/openboardview/GUI/Config.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Config::SetFZKey(const char *keytext) {
45 if (keytext) {
46 FZKeyStr = keytext;
47 FZKey = DecodeKey<44>(keytext);
48 }
49}
50
51void Config::SetCAEKey(const char *keytext) {
52 if (keytext) {

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected