| 1114 | } |
| 1115 | |
| 1116 | std::shared_ptr<Value> |
| 1117 | no_implicit_value() override |
| 1118 | { |
| 1119 | m_implicit = false; |
| 1120 | return shared_from_this(); |
| 1121 | } |
| 1122 | |
| 1123 | std::string |
| 1124 | get_default_value() const override |
nothing calls this directly
no outgoing calls
no test coverage detected