deimos.git2.blob

Undocumented in source.

Members

Aliases

git_blob_chunk_cb
alias git_blob_chunk_cb = int function(char* content, size_t max_length, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

git_blob_create_frombuffer
int git_blob_create_frombuffer(git_oid* id, git_repository* repo, const(void)* buffer, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_create_fromdisk
int git_blob_create_fromdisk(git_oid* id, git_repository* repo, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_create_fromstream
int git_blob_create_fromstream(git_writestream** out_, git_repository* repo, const(char)* hintpath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_create_fromstream_commit
int git_blob_create_fromstream_commit(git_oid* out_, git_writestream* _stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_create_fromworkdir
int git_blob_create_fromworkdir(git_oid* id, git_repository* repo, const(char)* relative_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_dup
int git_blob_dup(git_blob** out_, git_blob* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_filtered_content
int git_blob_filtered_content(git_buf* out_, git_blob* blob, const(char)* as_path, int check_for_binary_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_free
void git_blob_free(git_blob* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_id
const(git_oid)* git_blob_id(const(git_blob)* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_is_binary
int git_blob_is_binary(const(git_blob)* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_lookup
int git_blob_lookup(git_blob** blob, git_repository* repo, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_lookup_prefix
int git_blob_lookup_prefix(git_blob** blob, git_repository* repo, const(git_oid)* id, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_owner
git_repository* git_blob_owner(const(git_blob)* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_rawcontent
const(void)* git_blob_rawcontent(const(git_blob)* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blob_rawsize
git_off_t git_blob_rawsize(const(git_blob)* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta