(s string)
| 89 | } |
| 90 | |
| 91 | func cannotConvertToVFloat(s string) error { |
| 92 | return errors.Errorf("cannot convert %s to vfloat", s) |
| 93 | } |
| 94 | |
| 95 | // Convert converts the value to given scalar type. |
| 96 | func Convert(from Val, toID TypeID) (Val, error) { |
no test coverage detected
searching dependent graphs…