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

Function TestBlob_GetContent

github/github-accessors_test.go:3640–3649  ·  view source on GitHub ↗
(tt *testing.T)

Source from the content-addressed store, hash-verified

3638}
3639
3640func TestBlob_GetContent(tt *testing.T) {
3641 tt.Parallel()
3642 var zeroValue string
3643 b := &Blob{Content: &zeroValue}
3644 b.GetContent()
3645 b = &Blob{}
3646 b.GetContent()
3647 b = nil
3648 b.GetContent()
3649}
3650
3651func TestBlob_GetEncoding(tt *testing.T) {
3652 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetContentMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…