MCPcopy Create free account
hub / github.com/git/git / reftable_buf_init

Function reftable_buf_init

reftable/basics.c:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void reftable_buf_init(struct reftable_buf *buf)
81{
82 struct reftable_buf empty = REFTABLE_BUF_INIT;
83 *buf = empty;
84}
85
86void reftable_buf_release(struct reftable_buf *buf)
87{

Callers 5

reftable_writer_newFunction · 0.85
reftable_buf_releaseFunction · 0.85
reftable_buf_detachFunction · 0.85
reftable_record_initFunction · 0.85

Calls

no outgoing calls

Tested by 1