MCPcopy Create free account
hub / github.com/conforma/cli / EcStatusFrom

Function EcStatusFrom

acceptance/cli/cli.go:715–717  ·  view source on GitHub ↗

EcStatusFrom returns the command execution status from the context This is an exported wrapper for ecStatusFrom to allow access from other packages

(ctx context.Context)

Source from the content-addressed store, hash-verified

713// EcStatusFrom returns the command execution status from the context
714// This is an exported wrapper for ecStatusFrom to allow access from other packages
715func EcStatusFrom(ctx context.Context) (*status, error) {
716 return ecStatusFrom(ctx)
717}
718
719// logExecution logs the details of the execution and offers hits as how to
720// troubleshoot test failures by using persistent environment

Callers 1

Calls 1

ecStatusFromFunction · 0.85

Tested by

no test coverage detected