Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptonomex/graphene
/ hasBrainKey
Method
hasBrainKey
programs/light_client/Wallet.cpp:155–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
bool Wallet::hasBrainKey()const
156
{
157
if( !isOpen() ) return false;
158
return _brain_key != QString() || _data.encrypted_brain_key.size();
159
}
160
161
QString Wallet::getBrainKey()
162
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected