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

Method Set

errors/context.go:4–4  ·  view source on GitHub ↗
(string, interface{})

Source from the content-addressed store, hash-verified

2
3type withContext interface {
4 Set(string, interface{})
5 Get(string) interface{}
6 Del(string)
7 Context() map[string]interface{}

Callers 15

AddMethod · 0.65
TestAPILockFunction · 0.65
TestAPIUnlockFunction · 0.65
TestAPISearchFunction · 0.65
TestAPISearchVerifiableFunction · 0.65
TestRemoteLocksWithCacheFunction · 0.65
TestRefreshCacheFunction · 0.65
SetContextFunction · 0.65
writeLFSErrorFunction · 0.65
lfsHandlerFunction · 0.65
lfsBatchHandlerFunction · 0.65

Implementers 1

wrappedErrorerrors/types.go

Calls

no outgoing calls

Tested by 15

TestAPILockFunction · 0.52
TestAPIUnlockFunction · 0.52
TestAPISearchFunction · 0.52
TestAPISearchVerifiableFunction · 0.52
TestRemoteLocksWithCacheFunction · 0.52
TestRefreshCacheFunction · 0.52
TestAuthErrWithBodyFunction · 0.52
TestFatalWithBodyFunction · 0.52
TestDoWithAuthApproveFunction · 0.52