Source is the golang file that an entity is sourced from.
| 58 | |
| 59 | // Source is the golang file that an entity is sourced from. |
| 60 | type Source struct { |
| 61 | File string |
| 62 | Position token.Position |
| 63 | } |
| 64 | |
| 65 | // SourceComment returns a synthetic comment indicating the source file. |
| 66 | // If the source file is empty, the second return is false. |
nothing calls this directly
no outgoing calls
no test coverage detected