GitBlob

Undocumented in source.

Constructors

this
this(GitRepo repo, git_blob* blob)
Undocumented in source.

Members

Mixins

__anonymous
mixin RefCountedGitObject!(git_blob, git_blob_free)
Undocumented in source.

Properties

id
GitOid id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isBinary
bool isBinary [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
owner
GitRepo owner [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rawContent
const(ubyte)[] rawContent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta