MCPcopy Create free account
hub / github.com/containerd/nerdctl / Command

Method Command

mod/tigron/test/interfaces.go:87–87  ·  view source on GitHub ↗

Command will return a populated command from the default internal command, with the provided arguments, ready to be Run or further configured.

(args ...string)

Source from the content-addressed store, hash-verified

85 // Command will return a populated command from the default internal command, with the provided
86 // arguments, ready to be Run or further configured.
87 Command(args ...string) TestableCommand
88 // Custom will return a bare command, without configuration nor defaults (still has the Env).
89 Custom(binary string, args ...string) TestableCommand
90

Callers 15

CommandFunction · 0.65
RunMethod · 0.65
SnapshotOpenFilesFunction · 0.65
FindTarBinaryFunction · 0.65
CreateTimerFunction · 0.65
FetchLogsFunction · 0.65
setupSociCommandFunction · 0.65
CheckSociVersionFunction · 0.65
TestUmaskFunction · 0.65
TestUmaskConcurrentFunction · 0.65
CmdMethod · 0.65

Implementers 1

helpersInternalmod/tigron/test/helpers.go

Calls

no outgoing calls

Tested by 15

TestUmaskFunction · 0.52
TestUmaskConcurrentFunction · 0.52
TestTestFunction · 0.52
TestUnknownCommandFunction · 0.52
TestNerdctlConfigFunction · 0.52
TestCompletionFunction · 0.52
TestRunUserNameFunction · 0.52
TestAttachFunction · 0.52
TestAttachDetachKeysFunction · 0.52
TestAttachNoStdinFunction · 0.52