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

Method accept

src/ELF/DynamicEntryArray.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void DynamicEntryArray::accept(Visitor& visitor) const {
61 visitor.visit(*this);
62}
63
64std::ostream& DynamicEntryArray::print(std::ostream& os) const {
65 const array_t& array = this->array();

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected