(s, k)
| 910 | const union = (res, prepaid) => _.union(res, prepaid.productOptions?.includedCourseIDs != null ? prepaid.productOptions?.includedCourseIDs : []) |
| 911 | const courses = _.reduce(courseProducts, union, []) |
| 912 | const fun = (s, k) => s + utils.courseNumericalStatus[k] |
| 913 | return _.reduce(courses, fun, 0) |
| 914 | } |
| 915 |
nothing calls this directly
no outgoing calls
no test coverage detected