MCPcopy Create free account
hub / github.com/boostorg/json / run

Method run

test/test_suite.hpp:579–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577 }
578
579 static
580 void
581 run()
582 {
583 auto const saved =
584 current();
585 //current()->os_
586 T().run();
587 current() = saved;
588 }
589};
590
591//----------------------------------------------------------

Callers

nothing calls this directly

Calls 2

TClass · 0.70
runMethod · 0.45

Tested by

no test coverage detected