Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ odb_source_free
Function
odb_source_free
odb/source.c:26–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void odb_source_free(struct odb_source *source)
27
{
28
if (!source)
29
return;
30
source->free(source);
31
}
32
33
void odb_source_release(struct odb_source *source)
34
{
Callers
14
odb_restore_primary_source
Function · 0.85
odb_free_sources
Function · 0.85
test_odb_inmemory__new
Function · 0.85
test_odb_inmemory__read_missing_object
Function · 0.85
test_odb_inmemory__read_empty_tree
Function · 0.85
test_odb_inmemory__read_written_object
Function · 0.85
test_odb_inmemory__read_stream_object
Function · 0.85
test_odb_inmemory__for_each_object
Function · 0.85
test_odb_inmemory__for_each_object_can_abort_iteration
Function · 0.85
test_odb_inmemory__count_objects
Function · 0.85
test_odb_inmemory__find_abbrev_len
Function · 0.85
test_odb_inmemory__freshen_object
Function · 0.85
Calls
no outgoing calls
Tested by
11
test_odb_inmemory__new
Function · 0.68
test_odb_inmemory__read_missing_object
Function · 0.68
test_odb_inmemory__read_empty_tree
Function · 0.68
test_odb_inmemory__read_written_object
Function · 0.68
test_odb_inmemory__read_stream_object
Function · 0.68
test_odb_inmemory__for_each_object
Function · 0.68
test_odb_inmemory__for_each_object_can_abort_iteration
Function · 0.68
test_odb_inmemory__count_objects
Function · 0.68
test_odb_inmemory__find_abbrev_len
Function · 0.68
test_odb_inmemory__freshen_object
Function · 0.68
test_odb_inmemory__write_object_stream
Function · 0.68