MCPcopy Index your code
hub / github.com/go-git/go-git / Sign

Method Sign

signer.go:19–19  ·  view source on GitHub ↗
(message io.Reader)

Source from the content-addressed store, hash-verified

17// See https://git-scm.com/docs/gitformat-signature for more information.
18type Signer interface {
19 Sign(message io.Reader) ([]byte, error)
20}
21
22func signObject(signer Signer, obj signableObject) ([]byte, error) {

Callers 1

signObjectFunction · 0.65

Implementers 2

gpgSignerworktree_commit.go
b64signersigner_test.go

Calls

no outgoing calls

Tested by

no test coverage detected