tokenPos returns n.Pos(). It exists just for internal documentation purposes, to help remind which token position package ssa was originally accessing.
(n Node, _ tokName)
| 39 | // It exists just for internal documentation purposes, to help remind |
| 40 | // which token position package ssa was originally accessing. |
| 41 | func tokenPos(n Node, _ tokName) Pos { return n.Pos() } |
| 42 | |
| 43 | type tokName int |
| 44 |
no test coverage detected