MCPcopy Create free account
hub / github.com/lief-project/LIEF / UUIDCommand

Function UUIDCommand

include/LIEF/MachO/UUIDCommand.hpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 UUIDCommand& operator=(const UUIDCommand& copy) = default;
41 UUIDCommand(const UUIDCommand& copy) = default;
42
43 std::unique_ptr<LoadCommand> clone() const override {
44 return std::unique_ptr<UUIDCommand>(new UUIDCommand(*this));

Callers 1

UUIDCommand.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected