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

Method SetGitLocalKey

config/config.go:499–501  ·  view source on GitHub ↗
(key, val string)

Source from the content-addressed store, hash-verified

497}
498
499func (c *Configuration) SetGitLocalKey(key, val string) (string, error) {
500 return c.gitConfig.SetLocal(key, val)
501}
502
503func (c *Configuration) SetGitWorktreeKey(key, val string) (string, error) {
504 return c.gitConfig.SetWorktree(key, val)

Callers 3

verifyRepositoryVersionFunction · 0.80
disableForFunction · 0.80
updateCommandFunction · 0.80

Calls 1

SetLocalMethod · 0.80

Tested by

no test coverage detected