mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
better method name: HasCopySemantics()
This commit is contained in:
parent
a7fcc7a5d8
commit
3e07564fb9
3 changed files with 3 additions and 3 deletions
|
@ -213,7 +213,7 @@ public:
|
|||
/**
|
||||
* Whether the function's closure uses copy semantics.
|
||||
*/
|
||||
virtual bool CopySemantics() const;
|
||||
virtual bool HasCopySemantics() const;
|
||||
|
||||
/**
|
||||
* Serializes this function's closure or capture frame.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue