Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
762
func
(b *BuildConfig) CheckTools() []string {
763
return
b.buildSystem.CheckTools()
764
}
765
766
func
(b *BuildConfig) Configured() bool {
767
return
b.buildSystem.configured()
Callers
nothing calls this directly
Calls
1
CheckTools
Method · 0.65
Tested by
no test coverage detected