MCPcopy
hub / github.com/apptainer/apptainer / EngineOperations

Struct EngineOperations

internal/pkg/runtime/engine/oci/engine_linux.go:21–24  ·  view source on GitHub ↗

EngineOperations is an Apptainer OCI runtime engine that implements engine.Operations. Basically, this is the core of `apptainer oci` commands.

Source from the content-addressed store, hash-verified

19// EngineOperations is an Apptainer OCI runtime engine that implements engine.Operations.
20// Basically, this is the core of `apptainer oci` commands.
21type EngineOperations struct {
22 CommonConfig *config.Common `json:"-"`
23 EngineConfig *EngineConfig `json:"engineConfig"`
24}
25
26// InitConfig stores the parsed config.Common inside the engine.
27//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected