MCPcopy
hub / github.com/cli/cli / String

Method String

test/helpers.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (c CmdOut) String() string {
16 return c.OutBuf.String()
17}
18
19func (c CmdOut) Stderr() string {
20 return c.ErrBuf.String()

Callers 4

Test_runLockFunction · 0.95
Test_createRunFunction · 0.95
Test_createRun_GHESFunction · 0.95
StderrMethod · 0.45

Calls

no outgoing calls

Tested by 3

Test_runLockFunction · 0.76
Test_createRunFunction · 0.76
Test_createRun_GHESFunction · 0.76