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

Method GetSecretsNamesCommand

pkg/wshrpc/wshrpctypes.go:144–144  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

142 // secrets
143 GetSecretsCommand(ctx context.Context, names []string) (map[string]string, error)
144 GetSecretsNamesCommand(ctx context.Context) ([]string, error)
145 SetSecretsCommand(ctx context.Context, secrets map[string]*string) error
146 GetSecretsLinuxStorageBackendCommand(ctx context.Context) (string, error)
147

Callers 3

refreshSecretsMethod · 0.65
fetchSecretsFunction · 0.65

Implementers 1

RpcApiTypefrontend/app/store/wshclientapi.ts

Calls

no outgoing calls

Tested by

no test coverage detected