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

Class hc_memory_stream

dsl/dsl.c:394–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 struct hc_sloc *sloc) {
393 struct hc_sloc floc = *sloc;
394 struct hc_memory_stream buf;
395 hc_memory_stream_init(&buf, &hc_malloc_default);
396 hc_defer(hc_stream_deinit(&buf.stream));
397 char c = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected