mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
33 lines
781 B
ReStructuredText
33 lines
781 B
ReStructuredText
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
.. zeek:id:: test_func_params_func
|
|
:source-code: <...>/func-params.zeek 11 11
|
|
|
|
:Type: :zeek:type:`function` (i: :zeek:type:`int`, j: :zeek:type:`int`) : :zeek:type:`string`
|
|
|
|
This is a global function declaration.
|
|
|
|
|
|
:i: First param.
|
|
|
|
:j: Second param.
|
|
|
|
|
|
:returns: A string.
|
|
|
|
.. zeek:type:: test_func_params_rec
|
|
:source-code: <...>/func-params.zeek 13 21
|
|
|
|
:Type: :zeek:type:`record`
|
|
|
|
field_func: :zeek:type:`function` (i: :zeek:type:`int`, j: :zeek:type:`int`) : :zeek:type:`string`
|
|
This is a record field function.
|
|
|
|
|
|
:i: First param.
|
|
|
|
:j: Second param.
|
|
|
|
|
|
:returns: A string.
|
|
|
|
|