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

Function ref_update_original_update_refname

refs.c:3136–3142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3134}
3135
3136const char *ref_update_original_update_refname(struct ref_update *update)
3137{
3138 while (update->parent_update)
3139 update = update->parent_update;
3140
3141 return update->refname;
3142}
3143
3144int ref_update_has_null_new_value(struct ref_update *update)
3145{

Callers 4

prepare_single_updateFunction · 0.85
check_old_oidFunction · 0.85
lock_ref_for_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected