one-of

The one-of join point is node-agnostic. It matches any node that is matched by at least one of the children join points. This is typically used with multiple instances of the same join point, to match multiple alternative conditions.

Examples

one-of:
    - function-call: google.golang.org/grpc.Dial
    - function-call: google.golang.org/grpc.DialContext
    - function-call: google.golang.org/grpc.NewClientConn