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

Method Kind

bridge/core/auth/credential.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43type Credential interface {
44 ID() entity.Id
45 Kind() CredentialKind
46 Target() string
47 CreateTime() time.Time
48 Salt() []byte

Callers 3

StoreFunction · 0.65
MatchMethod · 0.65
testCredentialSerialFunction · 0.65

Calls

no outgoing calls

Tested by 1

testCredentialSerialFunction · 0.52