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

Function format_display_notes

notes.c:1342–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340}
1341
1342void format_display_notes(const struct object_id *object_oid,
1343 struct strbuf *sb, const char *output_encoding, int raw)
1344{
1345 int i;
1346 assert(display_notes_trees);
1347 for (i = 0; display_notes_trees[i]; i++)
1348 format_note(display_notes_trees[i], object_oid, sb,
1349 output_encoding, raw);
1350}
1351
1352int copy_note(struct notes_tree *t,
1353 const struct object_id *from_obj, const struct object_id *to_obj,

Callers 3

commit_matchFunction · 0.85
show_logFunction · 0.85
get_format_revFunction · 0.85

Calls 1

format_noteFunction · 0.85

Tested by

no test coverage detected