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

Method GetCC

configs/toolchain.go:384–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382}
383
384func (t Toolchain) GetCC() string {
385 return t.CC
386}
387
388func (t Toolchain) GetCXX() string {
389 return t.CXX

Callers 1

SetEnvsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected