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

Function formatExecutionFlowEdgeLabel

internal/effecttest/baseline.go:444–448  ·  view source on GitHub ↗
(_ *ast.SourceFile, edge typeparser.ExecutionLink)

Source from the content-addressed store, hash-verified

442}
443
444func formatExecutionFlowEdgeLabel(_ *ast.SourceFile, edge typeparser.ExecutionLink) string {
445 var lines []string
446 lines = append(lines, "kind: "+string(edge.Kind))
447 return strings.Join(lines, "\n")
448}
449
450func formatExecutionType(c *checker.Checker, typ *checker.Type) string {
451 if typ == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected