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

Function stream_deinit

slog/slog.c:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void stream_deinit(struct hc_slog *s) {
92 struct hc_slog_stream *ss = hc_baseof(s, struct hc_slog_stream, slog);
93 if (ss->opts.close_out) { hc_stream_deinit(ss->out); }
94}
95
96static void field_write(struct hc_slog_field *f, struct hc_stream *out) {
97 hc_puts(out, f->name);

Callers

nothing calls this directly

Calls 1

hc_stream_deinitFunction · 0.85

Tested by

no test coverage detected