(line string)
| 862 | } |
| 863 | |
| 864 | func containsSteeringKeyword(line string) bool { |
| 865 | return strings.Contains(line, "steering") || |
| 866 | strings.Contains(line, "STEERING") || |
| 867 | strings.Contains(line, "Steering") |
| 868 | } |
| 869 | |
| 870 | // isSteeringEvent matches AWF proxy steering events using both event name and |
| 871 | // message format from the firewall specification. |
no outgoing calls
no test coverage detected