(channel *model.Channel)
| 660 | } |
| 661 | |
| 662 | func shouldUseStreamForAutomaticChannelTest(channel *model.Channel) bool { |
| 663 | return channel != nil && channel.Type == constant.ChannelTypeCodex |
| 664 | } |
| 665 | |
| 666 | func detectErrorMessageFromJSONBytes(jsonBytes []byte) string { |
| 667 | if len(jsonBytes) == 0 { |
no outgoing calls
no test coverage detected