MCPcopy Create free account
hub / github.com/zalando/skipper / exact

Function exact

predicates/auth/jwt_test.go:50–52  ·  view source on GitHub ↗
(expected string)

Source from the content-addressed store, hash-verified

48}
49
50func exact(expected string) exactMatcher {
51 return exactMatcher{expected: expected}
52}
53
54func regex(pattern string) regexMatcher {
55 return regexMatcher{regexp: regexp.MustCompile(pattern)}

Callers 5

Test_spec_CreateFunction · 0.85
Test_predicateAll_MatchFunction · 0.85
Test_predicateAny_MatchFunction · 0.85
Test_allMatchFunction · 0.85
Test_anyMatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…