MCPcopy
hub / github.com/git-lfs/git-lfs / Encode

Method Encode

lfs/pointer.go:65–67  ·  view source on GitHub ↗
(writer io.Writer)

Source from the content-addressed store, hash-verified

63}
64
65func (p *Pointer) Encode(writer io.Writer) (int, error) {
66 return EncodePointer(writer, p)
67}
68
69func (p *Pointer) Encoded() string {
70 if p.Size == 0 {

Callers 15

SaveMethod · 0.80
SearchMethod · 0.80
EncodeLocksMethod · 0.80
EncodeLocksVerifiableMethod · 0.80
TestAPILockFunction · 0.80
TestAPIUnlockFunction · 0.80
TestAPISearchFunction · 0.80
TestAPISearchVerifiableFunction · 0.80
TestRemoteLocksWithCacheFunction · 0.80
TestRefreshCacheFunction · 0.80
SmudgeToFileMethod · 0.80

Calls 1

EncodePointerFunction · 0.85

Tested by 9

TestAPILockFunction · 0.64
TestAPIUnlockFunction · 0.64
TestAPISearchFunction · 0.64
TestAPISearchVerifiableFunction · 0.64
TestRemoteLocksWithCacheFunction · 0.64
TestRefreshCacheFunction · 0.64
TestAPIBatchFunction · 0.64
TestAPIBatchOnlyBasicFunction · 0.64