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

Function non_note_cmp

notes.c:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346static int non_note_cmp(const struct non_note *a, const struct non_note *b)
347{
348 return strcmp(a->path, b->path);
349}
350
351/* note: takes ownership of path string */
352static void add_non_note(struct notes_tree *t, char *path,

Callers 1

add_non_noteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected