printRead static method

void printRead(
  1. Tag tag
)

Implementation

static void printRead(Tag tag) {
  tag.prettyPrint(_prettyIndex, false);
}