MCPcopy Index your code
hub / github.com/git/git / init_display_notes

Function init_display_notes

notes.c:1075–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073}
1074
1075void init_display_notes(struct display_notes_opt *opt)
1076{
1077 memset(opt, 0, sizeof(*opt));
1078 opt->use_default_notes = -1;
1079 string_list_init_dup(&opt->extra_notes_refs);
1080}
1081
1082void release_display_notes(struct display_notes_opt *opt)
1083{

Callers 3

repo_init_revisionsFunction · 0.85
cmd_format_patchFunction · 0.85
cmd_format_revFunction · 0.85

Calls 1

string_list_init_dupFunction · 0.85

Tested by

no test coverage detected