(key string)
| 36 | } |
| 37 | |
| 38 | func (e *emptyRuntime) GetStringSlice(key string) []string { |
| 39 | return []string{} |
| 40 | } |
| 41 | |
| 42 | func (e *emptyRuntime) IsSet(key string) bool { |
| 43 | return false |
nothing calls this directly
no outgoing calls
no test coverage detected