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

Method SetAtomVal

pkg/waveapp/waveapp.go:249–251  ·  view source on GitHub ↗
(name string, val any)

Source from the content-addressed store, hash-verified

247}
248
249func (c *Client) SetAtomVal(name string, val any) {
250 c.Root.SetAtomVal(name, val, true)
251}
252
253func (c *Client) GetAtomVal(name string) any {
254 return c.Root.GetAtomVal(name)

Callers 2

SetAtomValsMethod · 0.45
VDomRenderCommandMethod · 0.45

Implementers 1

WshRouterpkg/wshutil/wshrouter.go

Calls

no outgoing calls

Tested by

no test coverage detected