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

Method Stdout

cli/clitest/golden.go:160–162  ·  view source on GitHub ↗

Stdout returns the unprefixed stdout content for parsing (e.g., JSON).

()

Source from the content-addressed store, hash-verified

158
159// Stdout returns the unprefixed stdout content for parsing (e.g., JSON).
160func (o *Output) Stdout() string {
161 return o.stdout.String()
162}
163
164// Stderr returns the unprefixed stderr content.
165func (o *Output) Stderr() string {

Callers 7

TestExpTaskResumeFunction · 0.80
TestSecretCreateFunction · 0.80
TestSecretUpdateFunction · 0.80
TestSecretListFunction · 0.80
TestSecretDeleteFunction · 0.80
Test_TaskLogs_GoldenFunction · 0.80
TestExpTaskPauseFunction · 0.80

Calls 1

StringMethod · 0.45

Tested by 7

TestExpTaskResumeFunction · 0.64
TestSecretCreateFunction · 0.64
TestSecretUpdateFunction · 0.64
TestSecretListFunction · 0.64
TestSecretDeleteFunction · 0.64
Test_TaskLogs_GoldenFunction · 0.64
TestExpTaskPauseFunction · 0.64