Current section

Files

Jump to
showtime include showtime@common@common_event_handler_HandlerState.hrl
Raw

include/showtime@common@common_event_handler_HandlerState.hrl

-record(handler_state, {
test_state :: showtime@common@common_event_handler:test_state(),
num_done :: integer(),
events :: gleam@map:map_(binary(), gleam@map:map_(binary(), showtime@common@test_suite:test_run()))
}).