MCPcopy Create free account
hub / github.com/docker/secrets-engine / Includes

Method Includes

x/secrets/pattern.go:87–87  ·  view source on GitHub ↗

Includes returns true if all matches of Pattern [other] are also matches of the current pattern.

(other Pattern)

Source from the content-addressed store, hash-verified

85 Match(id ID) bool
86 // Includes returns true if all matches of Pattern [other] are also matches of the current pattern.
87 Includes(other Pattern) bool
88 // String formats the [Pattern] as a string
89 String() string
90

Callers 2

TestPatternIncludesFunction · 0.65
FilterFunction · 0.65

Implementers 1

maliciousPatternx/api/resolver/resolver_test.go

Calls

no outgoing calls

Tested by 1

TestPatternIncludesFunction · 0.52