(key string, value interface{})
| 44 | } |
| 45 | |
| 46 | func (e *emptyRuntime) Set(key string, value interface{}) { |
| 47 | |
| 48 | } |
| 49 | |
| 50 | func (e *emptyRuntime) SetDefault(key string, value interface{}) { |
| 51 |
nothing calls this directly
no outgoing calls
no test coverage detected