| 99 | }; |
| 100 | |
| 101 | static void time_write(const struct hc_value *v, struct hc_stream *out) { |
| 102 | hc_time_printf(&v->as_time, HC_TIME_FORMAT, out); |
| 103 | } |
| 104 | |
| 105 | const struct hc_type HC_TIME = { |
| 106 | .name = "Time", |
nothing calls this directly
no test coverage detected