website/static/odoc/next/infer/Nullsafe/Eradicate/index.html (7 lines of code) (raw):

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eradicate (infer.Nullsafe.Eradicate)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.1.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../../index.html">infer</a> &#x00BB; <a href="../index.html">Nullsafe</a> &#x00BB; Eradicate</nav><header class="odoc-preamble"><h1>Module <code><span>Nullsafe.Eradicate</span></code></h1><p>The main entry point for Nullsafe typechecker.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value" id="val-analyze_procedure" class="anchored"><a href="#val-analyze_procedure" class="anchor"></a><code><span><span class="keyword">val</span> analyze_procedure : <span><a href="../../Absint/IntraproceduralAnalysis/index.html#type-t">Absint.IntraproceduralAnalysis.t</a> <span class="arrow">&#45;&gt;</span></span> <span><a href="../NullsafeSummary/index.html#type-t">NullsafeSummary.t</a> option</span></span></code></div><div class="spec-doc"><p>Proc-level callback for nullsafe.</p></div></div><div class="odoc-spec"><div class="spec value" id="val-analyze_for_immutable_cast_checker" class="anchored"><a href="#val-analyze_for_immutable_cast_checker" class="anchor"></a><code><span><span class="keyword">val</span> analyze_for_immutable_cast_checker : <span><a href="../TypeCheck/index.html#type-check_return_type">TypeCheck.check_return_type</a> <span class="arrow">&#45;&gt;</span></span> <span><a href="../../Absint/IntraproceduralAnalysis/index.html#type-t">Absint.IntraproceduralAnalysis.t</a> <span class="arrow">&#45;&gt;</span></span> <span><a href="../NullsafeSummary/index.html#type-t">NullsafeSummary.t</a> option</span></span></code></div><div class="spec-doc"><p>For checkers that explore eradicate/nullsafe infra, but not part of nullsafe.Annot Call the given check_return_type at the end of every procedure.</p></div></div></div></body></html>