diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-03-05 15:19:45 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-05 11:45:15 -0800 |
| commit | 87842f68352040858f581b64509932fb91c64f0f (patch) | |
| tree | c94012f8d76c89ea5750289c504a7d179ac8e75a /contrib/persistent-https | |
| parent | 7e0aa0ab803405076b82ca66d328d314d17870ac (diff) | |
| download | git-87842f68352040858f581b64509932fb91c64f0f.tar.gz git-87842f68352040858f581b64509932fb91c64f0f.zip | |
odb/source: introduce source type for robustness
When a caller holds a `struct odb_source`, they have no way of telling
what type the source is. This doesn't really cause any problems in the
current status quo as we only have a single type anyway, "files". But
going forward we expect to add more types, and if so it will become
necessary to tell the sources apart.
Introduce a new enum to cover this use case and assert that the given
source actually matches the target source when performing the downcast.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions
