MCPcopy Create free account
hub / github.com/bombela/backward-cpp / print

Method print

backward.hpp:3988–3995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3986 object(false), inliner_context_size(5), trace_context_size(7) {}
3987
3988 template <typename ST> FILE *print(ST &st, FILE *fp = stderr) {
3989 cfile_streambuf obuf(fp);
3990 std::ostream os(&obuf);
3991 Colorize colorize(os);
3992 colorize.activate(color_mode, fp);
3993 print_stacktrace(st, os, colorize);
3994 return fp;
3995 }
3996
3997 template <typename ST> std::ostream &print(ST &st, std::ostream &os) {
3998 Colorize colorize(os);

Callers 4

handleSignalMethod · 0.80
handle_stacktraceMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

activateMethod · 0.80

Tested by

no test coverage detected