ae v0.0.3063 (2021-06-16T16:33:55Z)
Home
Dub
Repo
ObjectMultiWriterImpl.write
ae
sys
git
Git
ObjectMultiWriterImpl
Format and write a Git object, and return the OID.
OID
write
(Object obj)
CommitID
write
(Object.ParsedCommit commit)
struct
ObjectMultiWriterImpl
CommitID
write
(
in
Object.ParsedCommit
commit
)
TreeID
write
(Object.TreeEntry[] entries)
BlobID
write
(immutable(ubyte)[] bytes)
Meta
Source
See Implementation
ae
sys
git
Git
ObjectMultiWriterImpl
functions
write
variables
blobWriter
commitWriter
treeWriter
Format and write a Git object, and return the OID.