MCPcopy Index your code
hub / github.com/google/go-github / uncalledSigner

Function uncalledSigner

github/git_commits_test.go:33–38  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

31}
32
33func uncalledSigner(t *testing.T) MessageSignerFunc {
34 return func(io.Writer, io.Reader) error {
35 t.Error("MessageSignerFunc should not be called")
36 return nil
37 }
38}
39
40func TestCommit_Marshal(t *testing.T) {
41 t.Parallel()

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…