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

Method InstalledDevDir

configs/celer_context.go:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (c *Celer) InstalledDevDir() string {
83 return filepath.Join(dirs.WorkspaceDir, "installed", c.Platform().GetHostName()+"-dev")
84}
85
86func (c *Celer) CCacheEnabled() bool {
87 return c.configData.CCache != nil && c.configData.CCache.Enabled

Callers 1

preExposeInstalledDirMethod · 0.95

Calls 2

PlatformMethod · 0.95
GetHostNameMethod · 0.65

Tested by

no test coverage detected