| 59 | } |
| 60 | |
| 61 | TypedValueRef<FormatValue> ValueRef::format() const { |
| 62 | return imperative::apply(GetFormat(), *this)[0].as_ref<FormatValue>(); |
| 63 | } |
| 64 | |
| 65 | TypedValueRef<StringValue> ValueRef::name() const { |
| 66 | return imperative::apply(GetName(), *this)[0].cast_ref<StringValue>(); |
no test coverage detected