performInsertions method

void performInsertions(
  1. AFCommandContext context,
  2. AFSourceTemplateInsertions insertions
)

Implementation

void performInsertions(AFCommandContext context, AFSourceTemplateInsertions insertions) {
  buffer.performInsertions(context, insertions);
}