(name, list)
| 5981 | } |
| 5982 | __name(gettingDecodingSplitting, "gettingDecodingSplitting"); |
| 5983 | function getDecodeSplit(name, list) { |
| 5984 | const value = list.get(name, true); |
| 5985 | if (value === null) { |
| 5986 | return null; |
| 5987 | } |
| 5988 | return gettingDecodingSplitting(value); |
| 5989 | } |
| 5990 | __name(getDecodeSplit, "getDecodeSplit"); |
| 5991 | function hasAuthenticationEntry(request) { |
| 5992 | return false; |
no test coverage detected