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

Function reftable_buf_addstr

reftable/basics.c:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138int reftable_buf_addstr(struct reftable_buf *buf, const char *s)
139{
140 return reftable_buf_add(buf, s, strlen(s));
141}
142
143char *reftable_buf_detach(struct reftable_buf *buf)
144{

Calls 1

reftable_buf_addFunction · 0.85