MCPcopy Create free account
hub / github.com/ccMSC/ckb / init

Method init

src/ckb/kbmanager.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10KbManager* KbManager::_kbManager = 0;
11
12void KbManager::init(QString guiVersion){
13 _guiVersion = guiVersion;
14 if(_kbManager)
15 return;
16 _kbManager = new KbManager();
17}
18
19void KbManager::stop(){
20 if(!_kbManager)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected