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

Method EncodeWithoutSignature

signer.go:11–11  ·  view source on GitHub ↗
(o plumbing.EncodedObject)

Source from the content-addressed store, hash-verified

9// signableObject is an object which can be signed.
10type signableObject interface {
11 EncodeWithoutSignature(o plumbing.EncodedObject) error
12}
13
14// Signer is an interface for signing git objects.

Callers 5

signObjectFunction · 0.65
encodeWithoutSignatureFunction · 0.65

Implementers 2

Tagplumbing/object/tag.go
Commitplumbing/object/commit.go

Calls

no outgoing calls

Tested by 4

encodeWithoutSignatureFunction · 0.52