| 3982 | int trace_context_size; |
| 3983 | |
| 3984 | Printer() |
| 3985 | : snippet(true), color_mode(ColorMode::automatic), address(false), |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected