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

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

Link to this section 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.

Link to this section Functions

Link to this macro

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

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.