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

Method SetRemote

config/config.go:311–313  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

309}
310
311func (c *Configuration) SetRemote(name string) {
312 c.currentRemote = &name
313}
314
315func (c *Configuration) SetPushRemote(name string) {
316 c.pushRemote = &name

Callers 7

SetValidRemoteMethod · 0.95
downloadFileFallBackMethod · 0.80
locksCommandFunction · 0.80
lockCommandFunction · 0.80
cloneCommandFunction · 0.80
unlockCommandFunction · 0.80
filterCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected