MCPcopy Create free account
hub / github.com/github/gh-aw / containsSteeringKeyword

Function containsSteeringKeyword

pkg/cli/token_usage.go:864–868  ·  view source on GitHub ↗
(line string)

Source from the content-addressed store, hash-verified

862}
863
864func 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.

Callers 1

scanSteeringEntriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected