ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
Repository.ObjectWriterImpl
ae
sys
git
Repository
Undocumented in source.
struct
Repository
struct
ObjectWriterImpl {
bool
initialized
;
ProcessPipes
pipes
;
this
(ProcessPipes pipes);
Hash
write
(void[] data);
~this
();
}
Constructors
this
this
(ProcessPipes pipes)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
write
Hash
write
(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
initialized
bool
initialized
;
Undocumented in source.
pipes
ProcessPipes
pipes
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
git
Repository
aliases
ObjectMultiWriter
ObjectReader
ObjectWriter
constructors
this
functions
check
createObjectReader
createObjectWriter
exportCommit
exportTree
getHistory
getObjects
importTree
pipe
query
run
writeObjects
static variables
commandPrefix
structs
ObjectMultiWriterImpl
ObjectReaderImpl
ObjectWriterImpl
variables
environment
gitDir
path