MCPcopy Create free account
hub / github.com/alibaba/euler / GetInstance

Method GetInstance

euler/parser/compiler.h:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected