MCPcopy Create free account
hub / github.com/LUX-Core/lux / write

Method write

src/cpp-ethereum/libethcore/KeyManager.cpp:399–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399bool KeyManager::write(string const& _keysFile) const
400{
401 if (!m_keysFileKey)
402 return false;
403 write(m_keysFileKey, _keysFile);
404 return true;
405}
406
407void KeyManager::write(string const& _pass, string const& _keysFile) const
408{

Callers 1

jsonMethod · 0.45

Calls 5

writeFileFunction · 0.85
encryptSymNoAuthFunction · 0.85
asBytesMethod · 0.80
sizeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected