()
| 12 | const { parseHttpDate } = require('../util/date.js') |
| 13 | |
| 14 | function noop () {} |
| 15 | |
| 16 | // Status codes that we can use some heuristics on to cache |
| 17 | const HEURISTICALLY_CACHEABLE_STATUS_CODES = [ |
nothing calls this directly
no outgoing calls
no test coverage detected