()
| 32 | } |
| 33 | |
| 34 | func (n *Node) ContainsExprLists() bool { |
| 35 | return len(n.Whitelist.B_Exprs) > 0 |
| 36 | } |
| 37 | |
| 38 | func (n *Node) ContainsIPLists() bool { |
| 39 | return len(n.Whitelist.B_Ips) > 0 || len(n.Whitelist.B_Cidrs) > 0 |
no outgoing calls
no test coverage detected