Skip to main content

include/pharos@probe_CustomMfa.hrl

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