Carbonite.Transaction.put_meta

You're seeing just the function put_meta, go back to Carbonite.Transaction module for more information.
Link to this function

put_meta(key, value)

View Source (since 0.2.0)

Specs

put_meta(key :: any(), value :: any()) :: meta()

Stores a piece of metadata in the process dictionary.

This can be useful in situations where you want to record a value at a system boundary (say, the user's account_id) without having to pass it through to the database transaction.

Returns the currently stored metadata.