MCPcopy Create free account
hub / github.com/git-bug/git-bug / LoginMetaKey

Function LoginMetaKey

bridge/bridges.go:29–31  ·  view source on GitHub ↗

LoginMetaKey return the metadata key used to store the remote bug-tracker login on the user identity. The corresponding value is used to match identities and credentials.

(target string)

Source from the content-addressed store, hash-verified

27// on the user identity. The corresponding value is used to match identities and
28// credentials.
29func LoginMetaKey(target string) (string, error) {
30 return core.LoginMetaKey(target)
31}
32
33// Instantiate a new Bridge for a repo, from the given target and name
34func NewBridge(repo *cache.RepoCache, target string, name string) (*core.Bridge, error) {

Callers 1

runBridgeAuthAddTokenFunction · 0.92

Calls 1

LoginMetaKeyFunction · 0.92

Tested by

no test coverage detected