Len reports the length in bytes of a single-line version of the tree. Nested textRecord.Diff and textRecord.Comment fields are ignored.
()
| 66 | // Len reports the length in bytes of a single-line version of the tree. |
| 67 | // Nested textRecord.Diff and textRecord.Comment fields are ignored. |
| 68 | Len() int |
| 69 | // Equal reports whether the two trees are structurally identical. |
| 70 | // Nested textRecord.Diff and textRecord.Comment fields are compared. |
| 71 | Equal(textNode) bool |
no outgoing calls