MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / print

Method print

src/backward.h:4040–4048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4038
4039 template <typename ST>
4040 FILE* print(ST& st, FILE* fp = stderr)
4041 {
4042 cfile_streambuf obuf(fp);
4043 std::ostream os(&obuf);
4044 Colorize colorize(os);
4045 colorize.activate(color_mode, fp);
4046 print_stacktrace(st, os, colorize);
4047 return fp;
4048 }
4049
4050 template <typename ST>
4051 std::ostream& print(ST& st, std::ostream& os)

Callers 2

handleSignalMethod · 0.80
handle_stacktraceMethod · 0.80

Calls 1

activateMethod · 0.80

Tested by

no test coverage detected