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

Method TypeToStringEx

internal/checker/printer.go:185–187  ·  view source on GitHub ↗
(t *Type, enclosingDeclaration *ast.Node, flags TypeFormatFlags, vc *VerbosityContext)

Source from the content-addressed store, hash-verified

183}
184
185func (c *Checker) TypeToStringEx(t *Type, enclosingDeclaration *ast.Node, flags TypeFormatFlags, vc *VerbosityContext) string {
186 return c.typeToStringEx(t, enclosingDeclaration, flags, vc)
187}
188
189func (c *Checker) typeToStringEx(t *Type, enclosingDeclaration *ast.Node, flags TypeFormatFlags, vc *VerbosityContext) string {
190 // Serialization of types can lead to (lazy) resolution of members, which can cause diagnostics that again require

Calls 1

typeToStringExMethod · 0.95

Tested by

no test coverage detected