| 136 | MesonRewriterInputString::~MesonRewriterInputString() {} |
| 137 | |
| 138 | MesonRewriterInputBase::Type MesonRewriterInputString::type() const |
| 139 | { |
| 140 | return STRING; |
| 141 | } |
| 142 | |
| 143 | bool MesonRewriterInputString::hasValueChanged() const |
| 144 | { |
no outgoing calls
no test coverage detected