MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / open

Method open

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10111–10116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10109}
10110
10111void TrackerBase::open() {
10112 m_runState = Executing;
10113 moveToThis();
10114 if (m_parent)
10115 m_parent->openChild();
10116}
10117
10118void TrackerBase::close() {
10119

Callers 8

FileStreamMethod · 0.45
catch.hppFile · 0.45
TablePrinterClass · 0.45
palettify.min.jsFile · 0.45
__mainFunction · 0.45
initJarEnvMethod · 0.45
attachClientLMethod · 0.45
bindApplicationMethod · 0.45

Calls 1

openChildMethod · 0.80

Tested by

no test coverage detected