MCPcopy Index your code
hub / github.com/celer-pkg/celer / Celer

Struct Celer

configs/celer.go:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type Celer struct {
54 configData
55
56 // Internal fields.
57 platform Platform
58 project Project
59 exprVars context.ExprVars
60 devCacheConfig *DevCacheConfig
61}
62
63type main struct {
64 ConfRepo string `toml:"conf_repo"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected