| 5322 | |
| 5323 | |
| 5324 | Ref<Logger> BinaryView::CreateLogger(const string& name) |
| 5325 | { |
| 5326 | return LogRegistry::CreateLogger(name, GetFile()->GetSessionId()); |
| 5327 | } |
| 5328 | |
| 5329 | |
| 5330 | void BinaryView::AddExpressionParserMagicValue(const std::string& name, uint64_t value) |
nothing calls this directly
no test coverage detected