EngineOperations is an Apptainer runtime engine that implements engine.Operations. Basically, this is the core of `apptainer run/exec/shell/instance` commands.
| 22 | // EngineOperations is an Apptainer runtime engine that implements engine.Operations. |
| 23 | // Basically, this is the core of `apptainer run/exec/shell/instance` commands. |
| 24 | type EngineOperations struct { |
| 25 | CommonConfig *config.Common `json:"-"` |
| 26 | EngineConfig *apptainerConfig.EngineConfig `json:"engineConfig"` |
| 27 | } |
| 28 | |
| 29 | // InitConfig stores the parsed config.Common inside the engine. |
| 30 | // If privStageOne is true, re-parse the configuration file |
nothing calls this directly
no outgoing calls
no test coverage detected