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

Function is_empty_cas

remote.c:2667–2670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2665}
2666
2667int is_empty_cas(const struct push_cas_option *cas)
2668{
2669 return !cas->use_tracking_for_rest && !cas->nr;
2670}
2671
2672/*
2673 * Look at remote.fetch refspec and see if we have a remote

Callers 4

transport_pushFunction · 0.85
push_with_optionsFunction · 0.85
cmd_pushFunction · 0.85
cmd_send_packFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected