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

Function string_deinit

reflect/reflect.c:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79static void string_deinit(struct hc_value *v) {
80 free(v->as_string);
81}
82
83static void string_print(const struct hc_value *v, struct hc_stream *out) {
84 hc_puts(out, v->as_string);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected