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