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

Struct testChunk

plumbing/format/diff/unified_encoder_test.go:1063–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061}
1062
1063type testChunk struct {
1064 content string
1065 op Operation
1066}
1067
1068func (t testChunk) Content() string {
1069 return t.content

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected