include/pharos@probe_CustomMfa.hrl
-record(custom_mfa, {
module :: gleam@erlang@atom:atom_(),
function :: gleam@erlang@atom:atom_(),
args :: list(gleam@dynamic:dynamic_())
}).
-record(custom_mfa, {
module :: gleam@erlang@atom:atom_(),
function :: gleam@erlang@atom:atom_(),
args :: list(gleam@dynamic:dynamic_())
}).