MCPcopy
hub / github.com/livebud/bud / Stdout

Method Stdout

internal/testcli/testcli.go:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101func (r *Result) Stdout() string {
102 return r.stdout.String()
103}
104
105func (r *Result) Stderr() (stderr string) {
106 // New reader to allow multiple scans

Callers 15

TestNoProjectFunction · 0.45
TestEmptyBuildFunction · 0.45
TestPkgGeneratorFunction · 0.45
TestCmdGeneratorFunction · 0.45
TestGeneratorServerFunction · 0.45
TestStructInStructFunction · 0.45
TestConsoleLogFunction · 0.45
TestWelcomeFunction · 0.45
TestEmptyBuildFunction · 0.45
TestNewControllerAllFunction · 0.45

Calls 1

StringMethod · 0.65

Tested by 15

TestNoProjectFunction · 0.36
TestEmptyBuildFunction · 0.36
TestPkgGeneratorFunction · 0.36
TestCmdGeneratorFunction · 0.36
TestGeneratorServerFunction · 0.36
TestStructInStructFunction · 0.36
TestConsoleLogFunction · 0.36
TestWelcomeFunction · 0.36
TestEmptyBuildFunction · 0.36
TestNewControllerAllFunction · 0.36