Parametrize odb
This commit is contained in:
5
src/odb.erl
Normal file
5
src/odb.erl
Normal file
@@ -0,0 +1,5 @@
|
||||
-module(odb, [Handle]).
|
||||
-export([exists/1]).
|
||||
|
||||
exists(Sha) ->
|
||||
geef:odb_object_exists(Handle, Sha).
|
||||
Reference in New Issue
Block a user