Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gavv/httpexpect
/ getValues
Method
getValues
match.go:345–350 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
343
}
344
345
func
(m *Match) getValues() []string {
346
if
len(m.submatchValues) > 1 {
347
return
m.submatchValues[1:]
348
}
349
return
[]string{}
350
}
Callers
2
HasSubmatches
Method · 0.95
NotHasSubmatches
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected