mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Add baseline for find_first test, update comments, and reorder function imports
This commit is contained in:
parent
6c240dc0bb
commit
fd7045e274
3 changed files with 9 additions and 5 deletions
|
@ -263,9 +263,9 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"find_all", ATTR_FOLDABLE},
|
||||
{"find_all_ordered", ATTR_FOLDABLE},
|
||||
{"find_entropy", ATTR_FOLDABLE},
|
||||
{"find_first", ATTR_FOLDABLE},
|
||||
{"find_in_zeekpath", ATTR_IDEMPOTENT}, // can error
|
||||
{"find_last", ATTR_FOLDABLE},
|
||||
{"find_first", ATTR_FOLDABLE},
|
||||
{"find_str", ATTR_FOLDABLE},
|
||||
{"floor", ATTR_FOLDABLE},
|
||||
{"flush_all", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue