MCPcopy Create free account
hub / github.com/codr7/hacktical-c / time_write

Function time_write

reflect/reflect.c:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99};
100
101static 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
105const struct hc_type HC_TIME = {
106 .name = "Time",

Callers

nothing calls this directly

Calls 1

hc_time_printfFunction · 0.85

Tested by

no test coverage detected