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.1 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>Nullsafe__ThirdPartyAnnotationGlobalRepo (infer.Nullsafe__ThirdPartyAnnotationGlobalRepo)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><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; Nullsafe__ThirdPartyAnnotationGlobalRepo</nav><h1>Module <code>Nullsafe__ThirdPartyAnnotationGlobalRepo</code></h1></header><aside><p>A singleton. Should be initialized once prior to start of nullsafe.</p></aside><dl><dt class="spec value" id="val-initialize"><a href="#val-initialize" class="anchor"></a><code><span class="keyword">val</span> initialize : <span>absolute_path_to_repo:<span>string option</span></span> <span>&#45;&gt;</span> <a href="../Nullsafe/ThirdPartyAnnotationInfo/index.html#type-storage">Nullsafe.ThirdPartyAnnotationInfo.storage</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Should be initialized exactly once before access. Path to repo is None if there is no repo on the disk.</p></dd></dl><dl><dt class="spec value" id="val-get_repo"><a href="#val-get_repo" class="anchor"></a><code><span class="keyword">val</span> get_repo : unit <span>&#45;&gt;</span> <a href="../Nullsafe/ThirdPartyAnnotationInfo/index.html#type-storage">Nullsafe.ThirdPartyAnnotationInfo.storage</a></code></dt><dd><p>Can be accessed only when initialization was done</p></dd></dl><dl><dt class="spec value" id="val-get_user_friendly_third_party_sig_file_name"><a href="#val-get_user_friendly_third_party_sig_file_name" class="anchor"></a><code><span class="keyword">val</span> get_user_friendly_third_party_sig_file_name : <span>filename:string</span> <span>&#45;&gt;</span> string</code></dt><dd><p>Given filename containing the repo signatures, render it in a way convenient for the user</p></dd></dl></div></body></html>