Sha256: b45b592a0734bd55dbc5aa7d6e37f07913bd8fdc42bfc8c8975071e9a87a5481
Contents?: true
Size: 223 Bytes
Versions: 6
Compression:
Stored size: 223 Bytes
Contents
#include <types/span.h> #include <stdbool.h> #ifndef TRACE_H #define TRACE_H typedef struct TraceS Trace; struct TraceS { Span *top_span; Span *current_span; bool finished; bool active; }; #endif
Version data entries
6 entries across 6 versions & 1 rubygems