Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit df3ea0d

Browse files
committed
Generate docs
1 parent 2b7c190 commit df3ea0d

File tree

6 files changed

+185
-150
lines changed

6 files changed

+185
-150
lines changed

scripts/base/bif/storage.bif.zeek.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,30 @@ Summary
1313
~~~~~~~
1414
Functions
1515
#########
16-
================================================== =========================================
17-
:zeek:id:`Storage::is_open`: :zeek:type:`function` Checks whether a storage backend is open.
18-
================================================== =========================================
16+
========================================================= =======================================================================
17+
:zeek:id:`Storage::is_forced_sync`: :zeek:type:`function` Checks whether a storage backend was opened in forced-synchronous mode.
18+
:zeek:id:`Storage::is_open`: :zeek:type:`function` Checks whether a storage backend is open.
19+
========================================================= =======================================================================
1920

2021

2122
Detailed Interface
2223
~~~~~~~~~~~~~~~~~~
2324
Functions
2425
#########
26+
.. zeek:id:: Storage::is_forced_sync
27+
:source-code: base/bif/storage.bif.zeek 26 26
28+
29+
:Type: :zeek:type:`function` (backend: :zeek:type:`opaque` of Storage::BackendHandle) : :zeek:type:`bool`
30+
31+
Checks whether a storage backend was opened in forced-synchronous mode.
32+
33+
34+
:param backend: A handle to the backend to check.
35+
36+
37+
:returns: T if the forced_synchronous option was set to T, F otherwise or if the
38+
handle is invalid.
39+
2540
.. zeek:id:: Storage::is_open
2641
:source-code: base/bif/storage.bif.zeek 17 17
2742

0 commit comments

Comments
 (0)