MCPcopy Create free account
hub / github.com/libgit2/git2go / CommitSigningCallback

FuncType CommitSigningCallback

commit.go:69–69  ·  view source on GitHub ↗

CommitSigningCallback defines a function type that takes some data to sign and returns (signature, signature_field, error)

func(string) (signature, signatureField string, err error)

Source from the content-addressed store, hash-verified

67
68// CommitSigningCallback defines a function type that takes some data to sign and returns (signature, signature_field, error)
69type CommitSigningCallback func(string) (signature, signatureField string, err error)
70
71// CommitCreateCallback defines a function type that is called when another
72// function is going to create commits (for example, Rebase) to allow callers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…