changeset 2952:4939c98e2f25

Documented hash.copy() method in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 10 Apr 2023 18:26:21 +0100
parents c231cd046ac5
children b9ba7c498d95
files xml/en/docs/njs/reference.xml
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/reference.xml
+++ b/xml/en/docs/njs/reference.xml
@@ -9,7 +9,7 @@
 <article name="Reference"
         link="/en/docs/njs/reference.html"
         lang="en"
-        rev="102">
+        rev="103">
 
 <section id="summary">
 
@@ -3823,6 +3823,12 @@ a byte string was returned instead of a 
 </note>
 </tag-desc>
 
+<tag-name id="crypto_hash_copy"><literal>hash.copy()</literal></tag-name>
+<tag-desc>
+Makes a copy of the current state of the hash
+(since <link doc="changes.xml" id="njs0.7.12">0.7.12</link>).
+</tag-desc>
+
 </list>
 </para>