| 149 | }; |
| 150 | |
| 151 | std::shared_ptr<Executor::Resource> GetStorageSingleton() { |
| 152 | static std::shared_ptr<StorageSingleton> storage_singleton = |
| 153 | std::make_shared<StorageSingleton>(); |
| 154 | return storage_singleton; |
| 155 | } |
| 156 | |
| 157 | nostd::shared_ptr<sdktrace::TracerProvider> InitializeSdkTracerProvider() { |
| 158 | // Bind the lifetime of the OT runtime context to the CPU and I/O thread |
no outgoing calls
no test coverage detected