DoxigAlpha

init

Function parameters

Parameters

#
locs_len:u24

All WebSocket messages sent by the server to the client begin with a `ToClientTag` byte.

Types

#
ToClientTag
All WebSocket messages sent by the server to the client begin with a `ToClientTag` byte.
ToServerTag
Like `ToClientTag`, but for messages sent by the client to the server.
BuildStatus
The current overall status of the build runner.
Hello
WebSocket server->client.
StatusUpdate
WebSocket server->client.
StepUpdate
WebSocket server->client.
fuzz
ABI bits specifically relating to the fuzzer interface.
time_report
ABI bits specifically relating to the time report interface.

Source

Implementation

#
pub fn init(locs_len: u24) EntryPointHeader {
    return .{ .locs_len_raw = @bitCast(locs_len) };
}