MCPcopy
hub / github.com/redis/go-redis / containsSubstring

Function containsSubstring

monitor_test.go:107–109  ·  view source on GitHub ↗
(s, substr string)

Source from the content-addressed store, hash-verified

105}
106
107func containsSubstring(s, substr string) bool {
108 return strings.Contains(s, substr)
109}

Callers 1

TestMonitorCommandFunction · 0.70

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected