MCPcopy Index your code
hub / github.com/microsoft/typescript-go / BindDiagnostics

Method BindDiagnostics

internal/ast/ast.go:2639–2641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2637}
2638
2639func (node *SourceFile) BindDiagnostics() []*Diagnostic {
2640 return node.bindDiagnostics
2641}
2642
2643func (node *SourceFile) SetBindDiagnostics(diags []*Diagnostic) {
2644 node.bindDiagnostics = diags

Callers 3

GetBindDiagnosticsMethod · 0.80
addDiagnosticMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected