MCPcopy
hub / github.com/go-git/go-git / Content

Method Content

plumbing/format/diff/patch.go:55–55  ·  view source on GitHub ↗

Content contains the portion of the file.

()

Source from the content-addressed store, hash-verified

53type Chunk interface {
54 // Content contains the portion of the file.
55 Content() string
56 // Type contains the Operation to do with this Chunk.
57 Type() Operation
58}

Callers 2

GenerateMethod · 0.65

Implementers 3

textChunkplumbing/object/patch.go
SortReadObjectplumbing/object/tree_test.go
testChunkplumbing/format/diff/unified_encoder_t

Calls

no outgoing calls

Tested by

no test coverage detected