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

Function result_get_detail_table

include/ctrack.hpp:1249–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247 }
1248
1249 inline detail_table result_get_detail_table(ctrack_result_settings settings = {})
1250 {
1251 auto res = calc_stats_and_clear(settings);
1252 return res.get_tables().details;
1253 }
1254 }
1255}
1256

Callers

nothing calls this directly

Calls 1

calc_stats_and_clearFunction · 0.85

Tested by

no test coverage detected