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

Method String

x/secrets/identifiers.go:132–132  ·  view source on GitHub ↗

String formats the [ID] as a string

()

Source from the content-addressed store, hash-verified

130type ID interface {
131 // String formats the [ID] as a string
132 String() string
133 // Match the [ID] against a [Pattern]
134 // It checks if a given identifier matches the pattern.
135 // - "*" matches a single component

Callers 2

MatchMethod · 0.65
Test_FilterFunction · 0.65

Implementers 1

maliciousPatternx/api/resolver/resolver_test.go

Calls

no outgoing calls

Tested by 1

Test_FilterFunction · 0.52