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.0 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ThirdPartyAnnotationGlobalRepo (infer.Nullsafe.ThirdPartyAnnotationGlobalRepo)</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">Nullsafe</a> &#x00BB; 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="../ThirdPartyAnnotationInfo/index.html#type-storage">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="../ThirdPartyAnnotationInfo/index.html#type-storage">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>