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

Method CheckTools

buildsystems/buildconfig.go:762–764  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

760}
761
762func (b *BuildConfig) CheckTools() []string {
763 return b.buildSystem.CheckTools()
764}
765
766func (b *BuildConfig) Configured() bool {
767 return b.buildSystem.configured()

Callers

nothing calls this directly

Calls 1

CheckToolsMethod · 0.65

Tested by

no test coverage detected