Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
65
func
(p *Pointer) Encode(writer io.Writer) (int, error) {
66
return
EncodePointer(writer, p)
67
}
68
69
func
(p *Pointer) Encoded() string {
70
if
p.Size == 0 {
Callers
15
Save
Method · 0.80
Search
Method · 0.80
EncodeLocks
Method · 0.80
EncodeLocksVerifiable
Method · 0.80
TestAPILock
Function · 0.80
TestAPIUnlock
Function · 0.80
TestAPISearch
Function · 0.80
TestAPISearchVerifiable
Function · 0.80
TestRemoteLocksWithCache
Function · 0.80
TestRefreshCache
Function · 0.80
TestSearchLocksVerifiableWithCache
Function · 0.80
SmudgeToFile
Method · 0.80
Calls
1
EncodePointer
Function · 0.85
Tested by
9
TestAPILock
Function · 0.64
TestAPIUnlock
Function · 0.64
TestAPISearch
Function · 0.64
TestAPISearchVerifiable
Function · 0.64
TestRemoteLocksWithCache
Function · 0.64
TestRefreshCache
Function · 0.64
TestSearchLocksVerifiableWithCache
Function · 0.64
TestAPIBatch
Function · 0.64
TestAPIBatchOnlyBasic
Function · 0.64