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

Function slog_write

slog/slog.c:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void slog_write(struct hc_slog *s,
35 const size_t n,
36 struct hc_slog_field *fields[]) {
37 assert(s->write);
38 s->write(s, n, fields);
39}
40
41void __hc_slog_write(struct hc_slog *s,
42 const size_t n,

Callers 2

__hc_slog_writeFunction · 0.85
context_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected