(name string, val any)
| 247 | } |
| 248 | |
| 249 | func (c *Client) SetAtomVal(name string, val any) { |
| 250 | c.Root.SetAtomVal(name, val, true) |
| 251 | } |
| 252 | |
| 253 | func (c *Client) GetAtomVal(name string) any { |
| 254 | return c.Root.GetAtomVal(name) |
no outgoing calls
no test coverage detected