(key string)
| 87 | } |
| 88 | |
| 89 | func (b *Bridge) GetConfigKey(key string) string { |
| 90 | return b.Account + "." + key |
| 91 | } |
| 92 | |
| 93 | func (b *Bridge) IsKeySet(key string) bool { |
| 94 | return b.Config.IsKeySet(b.GetConfigKey(key)) || b.Config.IsKeySet("general."+key) |
no outgoing calls
no test coverage detected