| 406 | } |
| 407 | |
| 408 | AnalyzeDataLayoutActionFactory::AnalyzeDataLayoutActionFactory() |
| 409 | : abi(std::make_unique<ABI>()) {} |
| 410 | |
| 411 | AnalyzeDataLayoutActionFactory::~AnalyzeDataLayoutActionFactory() = default; |
| 412 |
nothing calls this directly
no outgoing calls
no test coverage detected