View Source Sibyl.Dynamic.Guards (Sibyl v0.1.9)

Utils module contianing various custom guards in the scope of Sibyl.Dynamic

Summary

Functions

Returns true if given term is a message sent by the Erlang :dbg module for function and function-return traces.

Returns true if given term is a message sent by the Erlang :dbg module and if the message type corresponds to the given type.

Functions

Link to this macro

is_trace(message)

View Source (macro)

Returns true if given term is a message sent by the Erlang :dbg module for function and function-return traces.

Link to this macro

is_type(message, type)

View Source (macro)

Returns true if given term is a message sent by the Erlang :dbg module and if the message type corresponds to the given type.