String returns the string representation of the text tree. It is not guaranteed that len(x.String()) == x.Len(), nor that x.String() == y.String() implies that x.Equal(y).
()
| 73 | // It is not guaranteed that len(x.String()) == x.Len(), |
| 74 | // nor that x.String() == y.String() implies that x.Equal(y). |
| 75 | String() string |
| 76 | |
| 77 | // formatCompactTo formats the contents of the tree as a single-line string |
| 78 | // to the provided buffer. Any nested textRecord.Diff and textRecord.Comment |