Attributes.update

You're seeing just the function update, go back to Attributes module for more information.
Link to this function

update(module, path, lambda)

View Source

Update attribute to path.

Available at compile time only.

Example

Attributes.update(MyModule, [:path], & &1 + 1)