MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / is_pausing_lvm

Method is_pausing_lvm

src/Chain/libraries/glua/lremote_debugger.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 bool LRemoteDebugger::is_pausing_lvm() const
262 {
263 return is_running() && _pausing_lvm;
264 }
265
266 void LRemoteDebugger::set_pausing_lvm(bool pausing)
267 {

Callers 1

luaV_executeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected