MCPcopy Create free account
hub / github.com/celer-pkg/celer / LibraryFolder

Method LibraryFolder

configs/celer_context.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (c *Celer) LibraryFolder() string {
37 return filepath.Join(c.platform.Name, c.project.Name, c.Main.BuildType)
38}
39
40func (c *Celer) Downloads() string {
41 return expr.If(c.Main.Downloads != "", c.Main.Downloads, dirs.DownloadsDir)

Callers 1

writePkgConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected