MCPcopy Create free account
hub / github.com/Effect-TS/tsgo / formatExecutionType

Function formatExecutionType

internal/effecttest/baseline.go:450–455  ·  view source on GitHub ↗
(c *checker.Checker, typ *checker.Type)

Source from the content-addressed store, hash-verified

448}
449
450func formatExecutionType(c *checker.Checker, typ *checker.Type) string {
451 if typ == nil {
452 return ""
453 }
454 return c.TypeToStringEx(typ, nil, checker.TypeFormatFlagsNoTruncation, nil)
455}
456
457func formatExecutionSourceNode(sf *ast.SourceFile, node *ast.Node) string {
458 if sf == nil || node == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected