ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
Repository.ObjectMultiWriterImpl
ae
sys
git
Repository
Undocumented in source.
struct
Repository
struct
ObjectMultiWriterImpl {
Repository
*
repo
;
ObjectWriter
treeWriter
;
ObjectWriter
blobWriter
;
ObjectWriter
commitWriter
;
Hash
write
(GitObject obj);
}
Members
Functions
write
Hash
write
(GitObject obj)
blobWriter
ObjectWriter
blobWriter
;
commitWriter
ObjectWriter
commitWriter
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
repo
Repository
*
repo
;
Undocumented in source.
treeWriter
ObjectWriter
treeWriter
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
git
Repository
aliases
ObjectMultiWriter
ObjectReader
ObjectWriter
RefWriter
constructors
this
functions
check
createObjectReader
createObjectWriter
createRefWriter
exportCommit
exportTree
getHistory
getObjects
importTree
pipe
query
run
writeObjects
static variables
globalOptions
structs
ObjectMultiWriterImpl
ObjectReaderImpl
ObjectWriterImpl
RefWriterImpl
variables
commandPrefix
environment
gitDir
path