MCPcopy Index your code
hub / github.com/coder/coder / Setenv

Method Setenv

testutil/retry.go:211–213  ·  view source on GitHub ↗

Setenv implements testing.TB.

(_ string, _ string)

Source from the content-addressed store, hash-verified

209
210// Setenv implements testing.TB.
211func (*fakeT) Setenv(_ string, _ string) {
212 panic("t.Setenv is not implemented in testutil.RunRetry closures")
213}
214
215// Skip implements testing.TB.
216func (*fakeT) Skip(_ ...any) {

Calls

no outgoing calls