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

Method Stderr

cli/clitest/golden.go:165–167  ·  view source on GitHub ↗

Stderr returns the unprefixed stderr content.

()

Source from the content-addressed store, hash-verified

163
164// Stderr returns the unprefixed stderr content.
165func (o *Output) Stderr() string {
166 return o.stderr.String()
167}
168
169// TestGoldenFile will test the given bytes slice input against the
170// golden file with the given file name, optionally using the given replacements.

Callers 5

newSSHServerFunction · 0.80
TestSecretCreateFunction · 0.80
TestSecretListFunction · 0.80
TestSecretDeleteFunction · 0.80
startNonPTYSessionMethod · 0.80

Calls 1

StringMethod · 0.45

Tested by 4

newSSHServerFunction · 0.64
TestSecretCreateFunction · 0.64
TestSecretListFunction · 0.64
TestSecretDeleteFunction · 0.64