MCPcopy
hub / github.com/apptainer/apptainer / ApptainerCmdResultOp

FuncType ApptainerCmdResultOp

e2e/internal/e2e/apptainercmd.go:32–32  ·  view source on GitHub ↗

ApptainerCmdResultOp is a function type executed by ExpectExit to process and test execution result.

func(*testing.T, *ApptainerCmdResult)

Source from the content-addressed store, hash-verified

30// ApptainerCmdResultOp is a function type executed
31// by ExpectExit to process and test execution result.
32type ApptainerCmdResultOp func(*testing.T, *ApptainerCmdResult)
33
34// ApptainerCmdResult holds the result for an Apptainer command
35// execution test.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected