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

Method CapabilitiesPath

internal/image/validate_test.go:318–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316}
317
318func (e *mockEvaluator) CapabilitiesPath() string {
319 args := e.Called()
320
321 return args.String(0)
322}
323
324func TestEvaluatorLifecycle(t *testing.T) {
325 ctx := context.Background()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected