mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fixes for specialized ZAM operations needing to check whether record fields exist
This commit is contained in:
parent
db018253fe
commit
47bf6af6a5
7 changed files with 123 additions and 13 deletions
|
@ -1269,7 +1269,7 @@ public:
|
|||
|
||||
/**
|
||||
* Returns the value of a given field index if it's previously been
|
||||
* assigned, * or else returns the value created from evaluating the
|
||||
* assigned, or else returns the value created from evaluating the
|
||||
* record field's &default expression.
|
||||
* @param field The field index to retrieve.
|
||||
* @return The value at the given field index or the default value if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue