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

Function hc_stream_deinit

stream1/stream1.c:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void hc_stream_deinit(struct hc_stream *s) {
75 assert(s->deinit);
76 s->deinit(s);
77}
78
79size_t file_read(struct hc_stream *s, uint8_t *data, const size_t n) {
80 struct hc_file_stream *fs = hc_baseof(s, struct hc_file_stream, stream);

Callers 5

eval_testsFunction · 0.85
hc_read_idFunction · 0.85
dsl_benchmarksFunction · 0.85
stream1_testsFunction · 0.85
stream_deinitFunction · 0.85

Calls

no outgoing calls

Tested by 2

eval_testsFunction · 0.68
stream1_testsFunction · 0.68