MCPcopy Create free account
hub / github.com/github/docs / next

Function next

tests/unit/static-assets.js:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 })
108 const res = mockResponse()
109 const next = () => {
110 throw new Error('did not expect this to ever happen')
111 }
112 setDefaultFastlySurrogateKey(req, res, () => {})
113 await archivedEnterpriseVersionsAssets(req, res, next)
114 expect(res.statusCode).toBe(200)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected