MCPcopy 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
345func (m *Match) getValues() []string {
346 if len(m.submatchValues) > 1 {
347 return m.submatchValues[1:]
348 }
349 return []string{}
350}

Callers 2

HasSubmatchesMethod · 0.95
NotHasSubmatchesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected