Size returns an integer representing the number of objects in the tree rooted at this AssertionNode - its use case is to determine whether an AssertionNode has grown after a merge
()
| 60 | // rooted at this AssertionNode - its use case is to determine whether |
| 61 | // an AssertionNode has grown after a merge |
| 62 | Size() int |
| 63 | |
| 64 | // MinimalString returns a minimal string representation of this assertion node |
| 65 | // This is primarily for use when printing as part of a trackable expression chain, |
no outgoing calls
no test coverage detected