Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ args
Struct
args
strings/kmp/kmp_test.go:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
func
TestKmp(t *testing.T) {
9
type
args
struct
{
10
word string
11
text string
12
patternTable []int
13
}
14
tests := []
struct
{
15
name string
16
args args
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected