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

Struct cmakeConfig

generator/generator.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type cmakeConfig struct {
23 Namespace string `toml:"namespace"`
24 Linux targetConfig `toml:"linux"`
25 Windows targetConfig `toml:"windows"`
26}
27
28func (c *cmakeConfig) GetNamespace() string {
29 return c.Namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected