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

Function requestWrite

pkg/secretstore/secretstore.go:212–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212func requestWrite() {
213 select {
214 case writeRequestChan <- struct{}{}:
215 default:
216 }
217}
218
219func SetSecret(name string, value string) error {
220 if name == "" {

Callers 2

SetSecretFunction · 0.85
DeleteSecretFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected