MCPcopy Create free account
hub / github.com/AGWA/git-crypt / ofhbuf

Method ofhbuf

fhstream.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 */
36
37ofhbuf::ofhbuf (void* arg_handle, size_t (*arg_write_fun)(void*, const void*, size_t))
38: handle(arg_handle),
39 write_fun(arg_write_fun),
40 buffer(new char[default_buffer_size]),
41 buffer_size(default_buffer_size)
42{
43 reset_buffer();
44}
45
46ofhbuf::~ofhbuf ()
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected