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

Method accept

src/MachO/UUIDCommand.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void UUIDCommand::accept(Visitor& visitor) const {
33 visitor.visit(*this);
34}
35
36std::ostream& UUIDCommand::print(std::ostream& os) const {
37 LoadCommand::print(os) << '\n';

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected