(key string)
| 32 | } |
| 33 | |
| 34 | func (e *emptyRuntime) GetString(key string) string { |
| 35 | return "" |
| 36 | } |
| 37 | |
| 38 | func (e *emptyRuntime) GetStringSlice(key string) []string { |
| 39 | return []string{} |
nothing calls this directly
no outgoing calls
no test coverage detected