| 280 | friend class cudaq_internal::compiler::CompiledModuleHelper; |
| 281 | |
| 282 | CompiledModule(std::string kernelName) |
| 283 | : FatQuakeModule(std::move(kernelName)) {} |
| 284 | |
| 285 | public: |
| 286 | CompiledModule() : FatQuakeModule(std::string{}) {} |
no outgoing calls
no test coverage detected