(text string)
| 722 | } |
| 723 | } |
| 724 | return entries |
| 725 | } |
| 726 | |
| 727 | func appendTranscriptSnapshotEntry(entries []map[string]any, kind, text string) []map[string]any { |
| 728 | text = strings.TrimSpace(text) |
| 729 | if text == "" { |
no outgoing calls
no test coverage detected