Skip to content
Snippets Groups Projects
Commit aa3a4c5f authored by David Bühler's avatar David Bühler
Browse files

[Eva] New request isComputed to known if the analysis has been done.

parent 52b1d260
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,12 @@ let package =
~readme:"eva.md"
()
let () = Request.register ~package
~kind:`GET ~name:"isComputed"
~descr:(Markdown.plain "True if the Eva analysis has been done")
~input:(module Data.Junit) ~output:(module Data.Jbool)
Db.Value.is_computed
let is_computed kf =
Db.Value.is_computed () &&
match kf with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment