Location returns the location of the node in the source code.
()
| 38 | |
| 39 | // Location returns the location of the node in the source code. |
| 40 | func (n *base) Location() file.Location { |
| 41 | return n.loc |
| 42 | } |
| 43 | |
| 44 | // SetLocation sets the location of the node in the source code. |
| 45 | func (n *base) SetLocation(loc file.Location) { |
nothing calls this directly
no outgoing calls
no test coverage detected