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

Function chdir_notify_reparent

chdir-notify.c:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void chdir_notify_reparent(const char *name, char **path)
68{
69 chdir_notify_register(name, reparent_cb, path);
70}
71
72int chdir_notify(const char *new_cwd)
73{

Callers 3

packed_ref_store_initFunction · 0.85
reftable_be_initFunction · 0.85
files_ref_store_initFunction · 0.85

Calls 1

chdir_notify_registerFunction · 0.85

Tested by

no test coverage detected