(et bindings.ExpressionType)
| 973 | } |
| 974 | |
| 975 | func simpleParsedType(et bindings.ExpressionType) parsedType { |
| 976 | return parsedType{ |
| 977 | Value: et, |
| 978 | } |
| 979 | } |
| 980 | |
| 981 | func (p parsedType) WithComments(comments ...string) parsedType { |
| 982 | p.RaisedComments = append(p.RaisedComments, comments...) |
no outgoing calls
no test coverage detected
searching dependent graphs…