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

Method UUIDCommand

src/MachO/UUIDCommand.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26UUIDCommand::UUIDCommand(const details::uuid_command& uuid) :
27 LoadCommand::LoadCommand{LoadCommand::TYPE(uuid.cmd), uuid.cmdsize}
28{
29 std::copy(std::begin(uuid.uuid), std::end(uuid.uuid), std::begin(uuid_));
30}
31
32void UUIDCommand::accept(Visitor& visitor) const {
33 visitor.visit(*this);

Callers

nothing calls this directly

Calls 3

TYPEEnum · 0.50
beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected