Current section

Files

Jump to
mockth include mockth_History.hrl
Raw

include/mockth_History.hrl

-record(history, {
pid :: gleam@erlang@process:pid_(),
module :: binary(),
function :: binary(),
arguments :: list(gleam@dynamic:dynamic_())
}).