MCPcopy Create free account
hub / github.com/git/git / git_deflate_end_gently

Function git_deflate_end_gently

git-zlib.c:243–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243int git_deflate_end_gently(git_zstream *strm)
244{
245 int status;
246
247 zlib_pre_call(strm);
248 status = deflateEnd(&strm->z);
249 zlib_post_call(strm, status);
250 return status;
251}
252
253int git_deflate(git_zstream *strm, int flush)
254{

Callers 2

end_loose_object_commonFunction · 0.85
post_rpcFunction · 0.85

Calls 2

zlib_pre_callFunction · 0.85
zlib_post_callFunction · 0.85

Tested by

no test coverage detected