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

Function expand_loose_notes_ref

notes.c:1380–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1378}
1379
1380void expand_loose_notes_ref(struct strbuf *sb)
1381{
1382 struct object_id object;
1383
1384 if (repo_get_oid(the_repository, sb->buf, &object)) {
1385 /* fallback to expand_notes_ref */
1386 expand_notes_ref(sb);
1387 }
1388}

Callers 1

mergeFunction · 0.85

Calls 2

repo_get_oidFunction · 0.85
expand_notes_refFunction · 0.85

Tested by

no test coverage detected