MCPcopy
hub / github.com/wavetermdev/waveterm / WriteStderr

Function WriteStderr

cmd/wsh/cmd/wshcmd-root.go:71–73  ·  view source on GitHub ↗
(fmtStr string, args ...interface{})

Source from the content-addressed store, hash-verified

69}
70
71func WriteStderr(fmtStr string, args ...interface{}) {
72 WrappedStderr.Write([]byte(fmt.Sprintf(fmtStr, args...)))
73}
74
75func WriteStdout(fmtStr string, args ...interface{}) {
76 WrappedStdout.Write([]byte(fmt.Sprintf(fmtStr, args...)))

Callers 9

wslRunFunction · 0.85
OutputHelpMessageFunction · 0.85
ExecuteFunction · 0.85
blocksListRunFunction · 0.85
sshRunFunction · 0.85
shellCmdInnerFunction · 0.85
runReadFileFunction · 0.85
wshcmd-rcfiles.goFile · 0.85
workspaceListRunFunction · 0.85

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected