mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Add table_keys function
This commit is contained in:
parent
cb71b15eab
commit
ba552ceeaf
5 changed files with 73 additions and 21 deletions
|
@ -932,6 +932,8 @@ public:
|
|||
|
||||
const PDict<TableEntryVal>* Get() const { return table_val; }
|
||||
|
||||
const detail::CompositeHash* GetTableHash() const { return table_hash; }
|
||||
|
||||
// Returns the size of the table.
|
||||
int Size() const;
|
||||
int RecursiveSize() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue