///////////////////////////////////////////////////////////////////////////
| 137 | |
| 138 | //////////////////////////////////////////////////////////////////////////////// |
| 139 | void Variant::source(const std::string& input) { _source = input; } |
| 140 | |
| 141 | //////////////////////////////////////////////////////////////////////////////// |
| 142 | const std::string& Variant::source() const { return _source; } |
no outgoing calls
no test coverage detected