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

Function alloc_settings

fsmonitor-settings.c:92–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static struct fsmonitor_settings *alloc_settings(void)
93{
94 struct fsmonitor_settings *s;
95
96 CALLOC_ARRAY(s, 1);
97 s->mode = FSMONITOR_MODE_DISABLED;
98 s->reason = FSMONITOR_REASON_UNTESTED;
99
100 return s;
101}
102
103static void lookup_fsmonitor_settings(struct repository *r)
104{

Callers 4

fsm_settings__set_ipcFunction · 0.85
fsm_settings__set_hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected