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

Method GetRootDir

configs/toolchain.go:475–477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

473}
474
475func (t Toolchain) GetRootDir() string {
476 return t.rootDir
477}
478
479func (t Toolchain) GetCrosstoolPrefixPath() string {
480 return filepath.Join(t.abspath, t.CrosstoolPrefix)

Callers 1

generateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected