Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void UUIDCommand::accept(Visitor& visitor) const {
33
visitor.visit(*this);
34
}
35
36
std::ostream& UUIDCommand::print(std::ostream& os) const {
37
LoadCommand::print(os) <<
'\n'
;
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected