| 242 | static size_t trace_key(const void *key) { return (size_t)key; } |
| 243 | |
| 244 | static struct span *trace_span_find(size_t key) |
| 245 | { |
| 246 | return span_htable_get(spans, key); |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * Find an empty slot for a new span. |
no outgoing calls
no test coverage detected