* Convert the pointer to a context object to a numeric key. */
| 240 | * Convert the pointer to a context object to a numeric key. |
| 241 | */ |
| 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 | { |
no outgoing calls
no test coverage detected