2 lines
3.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>PulseLatentIssue (infer.Pulselib.PulseLatentIssue)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.1"/><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">infer</a> &#x00BB; <a href="../index.html">Pulselib</a> &#x00BB; PulseLatentIssue</nav><h1>Module <code>Pulselib.PulseLatentIssue</code></h1></header><div class="spec module" id="module-AbductiveDomain"><a href="#module-AbductiveDomain" class="anchor"></a><code><span class="keyword">module</span> AbductiveDomain = <a href="../index.html#module-PulseAbductiveDomain">PulseAbductiveDomain</a></code></div><aside><p>A subset of <code>PulseDiagnostic</code> that can be &quot;latent&quot;, i.e. there is a potential issue in the code but we want to delay reporting until we see the conditions for the bug manifest themselves in some calling context.</p></aside><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = </code><table class="variant"><tr id="type-t.AccessToInvalidAddress" class="anchored"><td class="def constructor"><a href="#type-t.AccessToInvalidAddress" class="anchor"></a><code>| </code><code><span class="constructor">AccessToInvalidAddress</span> <span class="keyword">of</span> <a href="../PulseDiagnostic/index.html#type-access_to_invalid_address">PulseBasicInterface.Diagnostic.access_to_invalid_address</a></code></td></tr></table></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-equal"><a href="#val-equal" class="anchor"></a><code><span class="keyword">val</span> equal : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> bool</code></dt></dl></div></div></div><dl><dt class="spec value" id="val-to_diagnostic"><a href="#val-to_diagnostic" class="anchor"></a><code><span class="keyword">val</span> to_diagnostic : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="../PulseDiagnostic/index.html#type-t">PulseBasicInterface.Diagnostic.t</a></code></dt><dt class="spec value" id="val-should_report"><a href="#val-should_report" class="anchor"></a><code><span class="keyword">val</span> should_report : <a href="../PulseAbductiveDomain/index.html#type-summary">AbductiveDomain.summary</a> <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-should_report_diagnostic"><a href="#val-should_report_diagnostic" class="anchor"></a><code><span class="keyword">val</span> should_report_diagnostic : <a href="../PulseAbductiveDomain/index.html#type-summary">AbductiveDomain.summary</a> <span>&#45;&gt;</span> <a href="../PulseDiagnostic/index.html#type-t">PulseBasicInterface.Diagnostic.t</a> <span>&#45;&gt;</span> <span>[ `ReportNow <span><span>| `DelayReport</span> of <a href="index.html#type-t">t</a></span> ]</span></code></dt><dt class="spec value" id="val-add_call"><a href="#val-add_call" class="anchor"></a><code><span class="keyword">val</span> add_call : <span>(<a href="../PulseCallEvent/index.html#type-t">PulseBasicInterface.CallEvent.t</a> * <a href="../../IBase/Location/index.html#type-t">IBase.Location.t</a>)</span> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a></code></dt></dl></div></body></html>