- git_blob_create_frombufferint git_blob_create_frombuffer(git_oid* oid, 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_fromchunksint git_blob_create_fromchunks(git_oid* id, git_repository* repo, const(char)* hintpath, git_blob_chunk_cb callback, void* payload) 
- 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_fromdiskint 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_fromworkdirint 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_freevoid 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_idconst(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_binaryint git_blob_is_binary(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_lookupint 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_prefixint 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_ownergit_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_rawcontentconst(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_rawsizegit_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.