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

Method TypeToString

internal/checker/printer.go:173–175  ·  view source on GitHub ↗
(t *Type)

Source from the content-addressed store, hash-verified

171}
172
173func (c *Checker) TypeToString(t *Type) string {
174 return c.typeToString(t, nil)
175}
176
177func (c *Checker) typeToString(t *Type, enclosingDeclaration *ast.Node) string {
178 return c.typeToStringEx(t, enclosingDeclaration, TypeFormatFlagsAllowUniqueESSymbolType|TypeFormatFlagsUseAliasDefinedOutsideCurrentScope, nil)

Calls 1

typeToStringMethod · 0.95

Tested by

no test coverage detected