(info SessionRecord)
| 983 | } |
| 984 | |
| 985 | func sessionSandboxBackend(info SessionRecord) string { |
| 986 | if info.Sandbox == nil { |
| 987 | return "" |
| 988 | } |
| 989 | return strings.TrimSpace(info.Sandbox.Backend) |
| 990 | } |
| 991 | |
| 992 | func sessionRepairBundle(record SessionRepairRecord) outputBundle { |
| 993 | return outputBundle{ |
no outgoing calls
no test coverage detected