MCPcopy
hub / github.com/hapijs/hapi / pre1

Function pre1

test/handler.js:166–169  ·  view source on GitHub ↗
(request, h)

Source from the content-addressed store, hash-verified

164 it('shows the complete prerequisite pipeline in the response', async () => {
165
166 const pre1 = (request, h) => {
167
168 return h.response('Hello').code(444);
169 };
170
171 const pre2 = (request) => {
172

Callers

nothing calls this directly

Calls 2

codeMethod · 0.65
responseMethod · 0.65

Tested by

no test coverage detected