Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
475
func
(t Toolchain) GetRootDir() string {
476
return
t.rootDir
477
}
478
479
func
(t Toolchain) GetCrosstoolPrefixPath() string {
480
return
filepath.Join(t.abspath, t.CrosstoolPrefix)
Callers
1
generate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected