Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
212
func
requestWrite() {
213
select
{
214
case
writeRequestChan <-
struct
{}{}:
215
default:
216
}
217
}
218
219
func
SetSecret(name string, value string) error {
220
if
name ==
""
{
Callers
2
SetSecret
Function · 0.85
DeleteSecret
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected