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

Function string_write

reflect/reflect.c:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static void string_write(const struct hc_value *v, struct hc_stream *out) {
88 hc_putc(out, '"');
89 string_print(v, out);
90 hc_putc(out, '"');
91}
92
93const struct hc_type HC_STRING = {
94 .name = "String",

Callers

nothing calls this directly

Calls 2

hc_putcFunction · 0.85
string_printFunction · 0.85

Tested by

no test coverage detected