MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / SetLockableFilesReadOnly

Method SetLockableFilesReadOnly

config/config.go:338–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336}
337
338func (c *Configuration) SetLockableFilesReadOnly() bool {
339 return c.Os.Bool("GIT_LFS_SET_LOCKABLE_READONLY", true) && c.Git.Bool("lfs.setlockablereadonly", true)
340}
341
342func (c *Configuration) ForceProgress() bool {
343 return c.Os.Bool("GIT_LFS_FORCE_PROGRESS", false) || c.Git.Bool("lfs.forceprogress", false)

Callers 4

newLockClientFunction · 0.80
postMergeCommandFunction · 0.80
postCheckoutCommandFunction · 0.80
postCommitCommandFunction · 0.80

Calls 1

BoolMethod · 0.65

Tested by

no test coverage detected