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

Method quick_code

src/OAT/Method.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void Method::quick_code(const Method::quick_code_t& code) {
85 quick_code_ = code;
86}
87
88void Method::accept(Visitor& visitor) const {
89 visitor.visit(*this);

Callers 1

visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected