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

Method RemoteGetInfoCommand

pkg/wshrpc/wshremote/wshremote.go:89–91  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

87}
88
89func (*ServerImpl) RemoteGetInfoCommand(ctx context.Context) (wshrpc.RemoteInfo, error) {
90 return wshutil.GetInfo(), nil
91}
92
93func (*ServerImpl) RemoteInstallRcFilesCommand(ctx context.Context) error {
94 return wshutil.InstallRcFiles()

Callers

nothing calls this directly

Calls 1

GetInfoFunction · 0.92

Tested by

no test coverage detected