MCPcopy Create free account
hub / github.com/Compaile/ctrack / nested_root

Function nested_root

test/test_helpers.hpp:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278inline void nested_root(int sleep_time_ms, int level1_sleep_ms, int level2_sleep_ms) {
279 CTRACK;
280 sleep_ms(sleep_time_ms);
281 nested_level_1(level1_sleep_ms, level2_sleep_ms);
282}
283
284} // namespace test_helpers

Callers 1

test_nested.cppFile · 0.85

Calls 2

sleep_msFunction · 0.85
nested_level_1Function · 0.85

Tested by

no test coverage detected