| 63 | } |
| 64 | |
| 65 | TypedValueRef<StringValue> ValueRef::name() const { |
| 66 | return imperative::apply(GetName(), *this)[0].cast_ref<StringValue>(); |
| 67 | } |
| 68 | |
| 69 | bool ValueRef::is_scalar() const { |
| 70 | return imperative::apply(IsScalar(), *this)[0].cast<BoolValue>(); |
no test coverage detected