MCPcopy Index your code
hub / github.com/git-bug/git-bug / WithTarget

Function WithTarget

bridge/core/auth/options.go:38–42  ·  view source on GitHub ↗
(target string)

Source from the content-addressed store, hash-verified

36}
37
38func WithTarget(target string) ListOption {
39 return func(opts *listOptions) {
40 opts.target = target
41 }
42}
43
44// WithKind match credentials with the given kind. Can be specified multiple times.
45func WithKind(kind CredentialKind) ListOption {

Callers 10

cacheAllClientMethod · 0.92
InitMethod · 0.92
promptTokenOptionsFunction · 0.92
cacheAllClientMethod · 0.92
InitMethod · 0.92
promptTokenOptionsFunction · 0.92
cacheAllClientMethod · 0.92
InitMethod · 0.92
promptCredOptionsFunction · 0.92
TestCredentialFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestCredentialFunction · 0.68