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

Function TermGetScrollbackLinesCommand

pkg/wshrpc/wshclient/wshclient.go:922–925  ·  view source on GitHub ↗

command "termgetscrollbacklines", wshserver.TermGetScrollbackLinesCommand

(w *wshutil.WshRpc, data wshrpc.CommandTermGetScrollbackLinesData, opts *wshrpc.RpcOpts)

Source from the content-addressed store, hash-verified

920
921// command "termgetscrollbacklines", wshserver.TermGetScrollbackLinesCommand
922func TermGetScrollbackLinesCommand(w *wshutil.WshRpc, data wshrpc.CommandTermGetScrollbackLinesData, opts *wshrpc.RpcOpts) (*wshrpc.CommandTermGetScrollbackLinesRtnData, error) {
923 resp, err := sendRpcRequestCallHelper[*wshrpc.CommandTermGetScrollbackLinesRtnData](w, "termgetscrollbacklines", data, opts)
924 return resp, err
925}
926
927// command "test", wshserver.TestCommand
928func TestCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error {

Callers 2

getTermScrollbackOutputFunction · 0.92
termScrollbackRunFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected