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

Method needsSave

src/ckb/kbmode.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool KbMode::needsSave() const {
73 return _needsSave || _light->needsSave() || _bind->needsSave() || _perf->needsSave();
74}
75
76void KbMode::doUpdate(){
77 emit updated();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected