mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() Add a new overload to `copy_string` that takes the input characters plus size. The new overload avoids inefficient scanning of the input for the null terminator in cases where we know the size beforehand. Furthermore, this overload *must* be used when dealing with input character sequences that may have no null terminator, e.g., when the input is from a `std::string_view` object. |
||
---|---|---|
.. | ||
formatters | ||
BasicThread.cc | ||
BasicThread.h | ||
Formatter.cc | ||
Formatter.h | ||
Manager.cc | ||
Manager.h | ||
MsgThread.cc | ||
MsgThread.h | ||
Queue.h | ||
SerialTypes.cc | ||
SerialTypes.h |