MCPcopy Index your code
hub / github.com/google/git-appraise / GetUserSigningKey

Method GetUserSigningKey

repository/repo.go:152–152  ·  view source on GitHub ↗

GetUserSigningKey returns the key id the user has configured for sigining git artifacts.

()

Source from the content-addressed store, hash-verified

150 // GetUserSigningKey returns the key id the user has configured for
151 // sigining git artifacts.
152 GetUserSigningKey() (string, error)
153
154 // GetCoreEditor returns the name of the editor that the user has used to configure git.
155 GetCoreEditor() (string, error)

Callers 6

rejectReviewFunction · 0.65
buildCommentFromFlagsFunction · 0.65
abandonReviewFunction · 0.65
requestReviewFunction · 0.65
acceptReviewFunction · 0.65
RebaseAndSignMethod · 0.65

Implementers 2

mockRepoForTestrepository/mock_repo.go
GitReporepository/git.go

Calls

no outgoing calls

Tested by

no test coverage detected