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

Class repo_config_values

diff.c:3615–3615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3613 unsigned char *deflated;
3614 git_zstream stream;
3615 struct repo_config_values *cfg = repo_config_values(the_repository);
3616
3617 git_deflate_init(&stream, cfg->zlib_compression_level);
3618 bound = git_deflate_bound(&stream, size);

Callers 1

deflate_itFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected