| 6301 | |
| 6302 | |
| 6303 | std::shared_ptr<OpenTelemetrySpanLog> Context::getOpenTelemetrySpanLog() const |
| 6304 | { |
| 6305 | SharedLockGuard lock(shared->mutex); |
| 6306 | |
| 6307 | if (!shared->system_logs) |
| 6308 | return {}; |
| 6309 | |
| 6310 | return shared->system_logs->opentelemetry_span_log; |
| 6311 | } |
| 6312 | |
| 6313 | std::shared_ptr<SessionLog> Context::getSessionLog() const |
| 6314 | { |
no outgoing calls
no test coverage detected