File returns the parsed AST file
()
| 603 | |
| 604 | // File returns the parsed AST file |
| 605 | func (ds *DocumentState) File() *ast.File { |
| 606 | return ds.file |
| 607 | } |
| 608 | |
| 609 | // URI returns the document URI |
| 610 | func (ds *DocumentState) URI() string { |
no outgoing calls