| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected