Sent to the fuzzer web client on first connection to the websocket URL.
Trailing:
flags: Flagsdirectories_len: u32files_len: u32source_locations_len: u32string_bytes_len: u32start_timestamp: i64 align(4)When, according to the server, fuzzing started.
pub const SourceIndexHeader = extern struct {
flags: Flags,
directories_len: u32,
files_len: u32,
source_locations_len: u32,
string_bytes_len: u32,
/// When, according to the server, fuzzing started.
start_timestamp: i64 align(4),
pub const Flags = packed struct(u32) {
tag: ToClientTag = .source_index,
_: u24 = 0,
};
}