Include node
| 9 | |
| 10 | // Include node |
| 11 | type Include struct { |
| 12 | FreeFloating freefloating.Collection |
| 13 | Position *position.Position |
| 14 | Expr node.Node |
| 15 | } |
| 16 | |
| 17 | // NewInclude node constructor |
| 18 | func NewInclude(Expression node.Node) *Include { |
nothing calls this directly
no outgoing calls
no test coverage detected