MCPcopy Create free account
hub / github.com/boostorg/stacktrace / main

Function main

test/torture.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include "test_impl.hpp"
18
19int main() {
20 int result = 0;
21 for (unsigned i = 0; i < 10000000; ++i) {
22 result += make_some_stacktrace1()[0].source_line();
23 }
24
25 std::cerr << "OK\nLines count " << result;
26}

Callers

nothing calls this directly

Calls 1

source_lineMethod · 0.45

Tested by

no test coverage detected