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

Function field_write

slog/slog.c:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96static void field_write(struct hc_slog_field *f, struct hc_stream *out) {
97 hc_puts(out, f->name);
98 hc_putc(out, '=');
99 hc_value_write(&f->value, out);
100}
101
102static void stream_write(struct hc_slog *s,
103 const size_t n,

Callers 1

stream_writeFunction · 0.85

Calls 3

hc_putsFunction · 0.85
hc_putcFunction · 0.85
hc_value_writeFunction · 0.85

Tested by

no test coverage detected