Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void Config::SetCAEKey(const char *keytext) {
52
if (keytext) {
53
CAEKeyStr = keytext;
54
CAEKey = DecodeKey<44>(keytext);
55
}
56
}
57
58
void Config::SetXZZPCBKey(const std::string &keytext) {
59
try {
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected