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

Function bool_write

reflect/reflect.c:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static void bool_write(const struct hc_value *v, struct hc_stream *out) {
46 hc_puts(out, v->as_bool ? "true" : "false");
47}
48
49const struct hc_type HC_BOOL = {
50 .name = "Bool",

Callers

nothing calls this directly

Calls 1

hc_putsFunction · 0.85

Tested by

no test coverage detected