()
| 2637 | } |
| 2638 | |
| 2639 | func (node *SourceFile) BindDiagnostics() []*Diagnostic { |
| 2640 | return node.bindDiagnostics |
| 2641 | } |
| 2642 | |
| 2643 | func (node *SourceFile) SetBindDiagnostics(diags []*Diagnostic) { |
| 2644 | node.bindDiagnostics = diags |
no outgoing calls
no test coverage detected