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

Method WriteString

pkg/shellexec/shellexec.go:151–153  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

149}
150
151func (pp *PipePty) WriteString(s string) (n int, err error) {
152 return pp.Write([]byte(s))
153}
154
155func StartWslShellProcNoWsh(ctx context.Context, termSize waveobj.TermSize, cmdStr string, cmdOpts CommandOptsType, conn *wslconn.WslConn) (*ShellProc, error) {
156 client := conn.GetClient()

Callers 15

writeToKnownHostsFunction · 0.80
jsonMarshalConfigInOrderFunction · 0.80
generateTSTypeInternalFunction · 0.80
GenerateWaveObjTSTypeFunction · 0.80
GenerateMethodSignatureFunction · 0.80
GenerateServiceClassFunction · 0.80
GenerateWaveEventTypesFunction · 0.80
FormatPathFunction · 0.80

Calls 1

WriteMethod · 0.95

Tested by 1

dumpMethod · 0.64