| 124 | } |
| 125 | |
| 126 | void SetParentID(NodeExecStatsInterface* stats) { |
| 127 | if (!stats) return; |
| 128 | stats->SetParentID(tracing::CallingContext::GetCurrentContext()); |
| 129 | } |
| 130 | |
| 131 | void SetActivityID(NodeExecStatsInterface* stats) { |
| 132 | if (!stats) return; |
no test coverage detected