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

Struct Platform

configs/platform.go:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type Platform struct {
19 Toolchain *Toolchain `toml:"toolchain"`
20 WindowsKit *WindowsKit `toml:"windows_kit"`
21 RootFS *RootFS `toml:"rootfs"`
22
23 // Internal fields.
24 Name string `toml:"-"`
25 ctx context.Context `toml:"-"`
26 setupDone bool `toml:"-"`
27}
28
29func (p *Platform) Init(platformName string) error {
30 // Check if platform name is empty.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected