Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void Config::SetFZKey(const char *keytext) {
45
if (keytext) {
46
FZKeyStr = keytext;
47
FZKey = DecodeKey<44>(keytext);
48
}
49
}
50
51
void Config::SetCAEKey(const char *keytext) {
52
if (keytext) {
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected