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

Method escape

lib/response.js:367–372  ·  view source on GitHub ↗
(escape)

Source from the content-addressed store, hash-verified

365 }
366
367 escape(escape) {
368
369 this.settings.stringify = this.settings.stringify ?? {};
370 this.settings.stringify.escape = escape;
371 return this;
372 }
373
374 passThrough(enabled) {
375

Callers 1

handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected