MCPcopy
hub / github.com/runfinch/finch / NewFinchPath

Function NewFinchPath

pkg/path/finch_linux.go:13–15  ·  view source on GitHub ↗

NewFinchPath returns the path to the Finch root directory.

()

Source from the content-addressed store, hash-verified

11
12// NewFinchPath returns the path to the Finch root directory.
13func NewFinchPath() Finch {
14 return Finch(filepath.Join("/", "etc", "finch"))
15}
16
17// FinchDir returns the path to the Finch config directory.
18func (fp Finch) FinchDir() string {

Callers 2

xmainFunction · 0.92
TestFinch_NewFinchPathFunction · 0.85

Calls 1

FinchTypeAlias · 0.70

Tested by 1

TestFinch_NewFinchPathFunction · 0.68