()
| 24 | type emptyRuntime struct{} |
| 25 | |
| 26 | func (e *emptyRuntime) AllSettings() map[string]interface{} { |
| 27 | return map[string]interface{}{} |
| 28 | } |
| 29 | |
| 30 | func (e *emptyRuntime) GetBool(key string) bool { |
| 31 | return false |
nothing calls this directly
no outgoing calls
no test coverage detected