MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / ElectronEncryptCommand

Function ElectronEncryptCommand

pkg/wshrpc/wshclient/wshclient.go:249–252  ·  view source on GitHub ↗

command "electronencrypt", wshserver.ElectronEncryptCommand

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

Source from the content-addressed store, hash-verified

247
248// command "electronencrypt", wshserver.ElectronEncryptCommand
249func ElectronEncryptCommand(w *wshutil.WshRpc, data wshrpc.CommandElectronEncryptData, opts *wshrpc.RpcOpts) (*wshrpc.CommandElectronEncryptRtnData, error) {
250 resp, err := sendRpcRequestCallHelper[*wshrpc.CommandElectronEncryptRtnData](w, "electronencrypt", data, opts)
251 return resp, err
252}
253
254// command "electronsystembell", wshserver.ElectronSystemBellCommand
255func ElectronSystemBellCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error {

Callers 2

getLinuxStorageBackendFunction · 0.92
writeSecretsToFileFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected