MCPcopy Create free account
hub / github.com/AGWA/git-crypt / sync

Method sync

fhstream.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80int ofhbuf::sync ()
81{
82 return !is_eof(overflow(traits_type::eof())) ? 0 : -1;
83}
84
85std::streamsize ofhbuf::xsputn (const char* s, std::streamsize n)
86{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected