Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
107
func
containsSubstring(s, substr string) bool {
108
return
strings.Contains(s, substr)
109
}
Callers
1
TestMonitorCommand
Function · 0.70
Calls
1
Contains
Method · 0.45
Tested by
no test coverage detected