(m AppMeta)
| 413 | } |
| 414 | |
| 415 | func (c *ClientImpl) SetAppMeta(m AppMeta) { |
| 416 | c.Lock.Lock() |
| 417 | defer c.Lock.Unlock() |
| 418 | c.Meta = m |
| 419 | } |
| 420 | |
| 421 | // addModalToMap adds a modal to the map and returns the result channel |
| 422 | func (c *ClientImpl) addModalToMap(config rpctypes.ModalConfig) chan bool { |
no outgoing calls
no test coverage detected