Even more erlang namespacing
This commit is contained in:
7
src/geef_odb.erl
Normal file
7
src/geef_odb.erl
Normal file
@@ -0,0 +1,7 @@
|
||||
-module(geef_odb).
|
||||
-export([exists/2]).
|
||||
|
||||
-include("geef_records.hlr").
|
||||
|
||||
exists(#odb{handle=Handle}, Sha) ->
|
||||
geef:odb_object_exists(Handle, Sha).
|
||||
Reference in New Issue
Block a user