Add typespecs to the functions

This commit is contained in:
Carlos Martín Nieto
2013-01-25 03:33:02 +01:00
parent 3c6b1ddaf5
commit 78e0693b8a
4 changed files with 13 additions and 4 deletions

View File

@@ -3,5 +3,6 @@
-include("geef_records.hlr").
-spec exists(odb(), string()) -> boolean().
exists(#odb{handle=Handle}, Sha) ->
geef:odb_object_exists(Handle, Sha).