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

Method SetAtomVals

pkg/waveapp/waveapp.go:243–247  ·  view source on GitHub ↗
(m map[string]any)

Source from the content-addressed store, hash-verified

241}
242
243func (c *Client) SetAtomVals(m map[string]any) {
244 for k, v := range m {
245 c.Root.SetAtomVal(k, v, true)
246 }
247}
248
249func (c *Client) SetAtomVal(name string, val any) {
250 c.Root.SetAtomVal(name, val, true)

Callers

nothing calls this directly

Implementers 1

WshRouterpkg/wshutil/wshrouter.go

Calls 1

SetAtomValMethod · 0.45

Tested by

no test coverage detected