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

Method Printer

src/backward.h:4033–4037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4031 int trace_context_size;
4032
4033 Printer()
4034 : snippet(true), color_mode(ColorMode::automatic), address(false), object(false), inliner_context_size(5),
4035 trace_context_size(7)
4036 {
4037 }
4038
4039 template <typename ST>
4040 FILE* print(ST& st, FILE* fp = stderr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected