Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
void Method::quick_code(const Method::quick_code_t& code) {
85
quick_code_ = code;
86
}
87
88
void Method::accept(Visitor& visitor) const {
89
visitor.visit(*this);
Callers
1
visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected