MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / reset

Method reset

include/bout/sys/uuid.h:719–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717
718private:
719 void reset() {
720 hasher.reset();
721 char bytes[16];
722 auto nsbytes = nsuuid.as_bytes();
723 strncpy(bytes, nsbytes, 16);
724 hasher.process_bytes(bytes, 16);
725 }
726
727 template <typename char_type,
728 typename = std::enable_if_t<std::is_integral<char_type>::value>>

Callers

nothing calls this directly

Calls 3

as_bytesMethod · 0.80
process_bytesMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected