martaActionDeclaration

Method apply()

fun ActionDeclaration:apply(context: ActionContext)

Perform the action.

Marta runs apply() only after the successful isApplicable() check. However, you should not rely on that much, as file systems might change during action execution.