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

Method RootFS

configs/celer_context.go:44–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (c *Celer) RootFS() context.RootFS {
45 // Must return exactly nil if RootFS is none.
46 // otherwise, the result of RootFS() will not be nil.
47 if c.platform.RootFS == nil {
48 return nil
49 }
50 return c.platform.RootFS
51}
52
53func (c *Celer) Jobs() int {
54 return c.Main.Jobs

Callers 2

GenerateToolchainFileMethod · 0.95
writePkgConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected