| 259 | return nullptr; |
| 260 | } |
| 261 | RStringB ParamEntry::GetValue() const |
| 262 | { |
| 263 | NotValue(GetContext()); |
| 264 | return nullptr; |
| 265 | } |
| 266 | |
| 267 | void ParamEntry::Add(const RStringB& name, const RStringB& val) |
| 268 | { |
nothing calls this directly
no test coverage detected