(n Intrinsic)
| 1345 | } |
| 1346 | |
| 1347 | func NewIntrinsic(n Intrinsic) Attribute { |
| 1348 | return Attribute{ |
| 1349 | Scope: AttributeScopeNone, |
| 1350 | Parent: false, |
| 1351 | Name: n.String(), |
| 1352 | Intrinsic: n, |
| 1353 | } |
| 1354 | } |
| 1355 | |
| 1356 | var ( |
| 1357 | _ PipelineElement = (*Pipeline)(nil) |