deimos.git2.buffer

Undocumented in source.

Members

Functions

git_buf_contains_nul
int git_buf_contains_nul(const(git_buf)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_buf_free
void git_buf_free(git_buf* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_buf_grow
int git_buf_grow(git_buf* buffer, size_t target_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_buf_is_binary
int git_buf_is_binary(const(git_buf)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_buf_set
int git_buf_set(git_buf* buffer, const(void)* data, size_t datalen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

git_buf
struct git_buf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta