You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
2.3 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferBase__RunState (InferBase.InferBase__RunState)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">InferBase</a> &#x00BB; InferBase__RunState</nav><h1>Module <code>InferBase__RunState</code></h1></header><dl><dt class="spec value" id="val-add_run_to_sequence"><a href="#val-add_run_to_sequence" class="anchor"></a><code><span class="keyword">val</span> add_run_to_sequence : unit <span>&#45;&gt;</span> unit</code></dt><dd><p>add an entry with the current run date</p></dd></dl><dl><dt class="spec value" id="val-set_merge_capture"><a href="#val-set_merge_capture" class="anchor"></a><code><span class="keyword">val</span> set_merge_capture : bool <span>&#45;&gt;</span> unit</code></dt><dd><p>update the 'merge after capture' smart option</p></dd></dl><dl><dt class="spec value" id="val-get_merge_capture"><a href="#val-get_merge_capture" class="anchor"></a><code><span class="keyword">val</span> get_merge_capture : unit <span>&#45;&gt;</span> bool</code></dt><dd><p>fetch the value of the 'merge after capture' smart option</p></dd></dl><dl><dt class="spec value" id="val-store"><a href="#val-store" class="anchor"></a><code><span class="keyword">val</span> store : unit <span>&#45;&gt;</span> unit</code></dt><dd><p>save the current state to disk</p></dd></dl><dl><dt class="spec value" id="val-load_and_validate"><a href="#val-load_and_validate" class="anchor"></a><code><span class="keyword">val</span> load_and_validate : unit <span>&#45;&gt;</span> <span><span>(unit, string)</span> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Result.t</span></code></dt><dd><p>attempt to load state from disk</p></dd></dl><dl><dt class="spec value" id="val-reset"><a href="#val-reset" class="anchor"></a><code><span class="keyword">val</span> reset : unit <span>&#45;&gt;</span> unit</code></dt><dd><p>reset the in-memory state to what it would be if this were a fresh run of infer</p></dd></dl></div></body></html>