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

Function fsm_settings__get_hook_path

fsmonitor-settings.c:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157const char *fsm_settings__get_hook_path(struct repository *r)
158{
159 if (!r->settings.fsmonitor)
160 lookup_fsmonitor_settings(r);
161
162 return r->settings.fsmonitor->hook_path;
163}
164
165void fsm_settings__set_ipc(struct repository *r)
166{

Callers 2

query_fsmonitor_hookFunction · 0.85
refresh_fsmonitorFunction · 0.85

Calls 1

Tested by

no test coverage detected