astdiff returns true when parsing a function/method when doing DFS internally, resulting in no further traversal of other nodes. For example:
type Foo struct {
// ...
}
func (f *Foo) FooMethod() {
// ...
}
type Bar struct {
// ...
}
Bar is now not parsed correctly by astdiff
astdiff returns true when parsing a function/method when doing DFS internally, resulting in no further traversal of other nodes. For example:
Bar is now not parsed correctly by astdiff