Add reference has_log()

This commit is contained in:
Carlos Martín Nieto
2014-02-13 10:47:14 +01:00
parent 42d0aef29d
commit 9501ed2377
7 changed files with 59 additions and 1 deletions

View File

@@ -69,6 +69,10 @@ reference_resolve(_RepoHandle, _Name) ->
reference_dwim(_Handle, _Name) ->
?NIF_FN.
-spec reference_has_log(term(), iolist()) -> {ok, boolean()} | {error, term()}.
reference_has_log(_Handle, _Name) ->
?NIF_FN.
odb_object_exists(_Val, _Val) ->
nif_error(?LINE).