MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / StartServer

Method StartServer

src/tests/systestbase.cpp:570–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570void SysTestBase::StartServer(int argc, const char *argv[]) {
571 // int argc = 2;
572 // char* argv[] = {"D:\\cppwork\\Coin\\src\\coind.exe","-datadir=d:\\bitcoin" };
573 assert(pThreadShutdown == NULL);
574 {
575 std::tuple<bool, boost::thread *> ret = RunCoin(argc, const_cast<char **>(argv));
576 pThreadShutdown = std::get<1>(ret);
577 }
578}
579
580// void StartShutdown()
581//{

Callers

nothing calls this directly

Calls 1

RunCoinFunction · 0.70

Tested by

no test coverage detected