| 41 | } |
| 42 | |
| 43 | static Compiler* GetInstance() { |
| 44 | if (instance_ == nullptr) { |
| 45 | EULER_LOG(ERROR) << "compiler need init first!"; |
| 46 | } |
| 47 | return instance_; |
| 48 | } |
| 49 | |
| 50 | Compiler(Compiler const&) = delete; |
| 51 |
nothing calls this directly
no outgoing calls
no test coverage detected