MCPcopy
hub / github.com/argoproj/argo-cd / And

Method And

test/e2e/fixture/app/actions.go:513–517  ·  view source on GitHub ↗
(block func())

Source from the content-addressed store, hash-verified

511}
512
513func (a *Actions) And(block func()) *Actions {
514 a.context.T().Helper()
515 block()
516 return a
517}
518
519func (a *Actions) Then() *Consequences {
520 a.context.T().Helper()

Calls 1

TMethod · 0.65