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

Method Enabled

tools/cygwin_windows.go:21–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19)
20
21func (c cygwinSupport) Enabled() bool {
22 switch c {
23 case cygwinStateEnabled:
24 return true
25 case cygwinStateDisabled:
26 return false
27 default:
28 panic(tr.Tr.Get("unknown enabled state for %v", c))
29 }
30}
31
32var (
33 cygwinState cygwinSupport

Callers 1

isCygwinFunction · 0.45

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected