Home / Function/ hijack() — fastify Function Reference

hijack() — fastify Function Reference

Architecture documentation for the hijack() function in reply.js from the fastify codebase.

Entity Profile

Dependency Diagram

graph TD
  e7d63aa2_9a14_feea_ab66_81562dce35dd["hijack()"]
  4bcd71dc_1ec2_5fe8_b8ff_4a371e392925["reply.js"]
  e7d63aa2_9a14_feea_ab66_81562dce35dd -->|defined in| 4bcd71dc_1ec2_5fe8_b8ff_4a371e392925
  style e7d63aa2_9a14_feea_ab66_81562dce35dd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

lib/reply.js lines 122–125

Reply.prototype.hijack = function () {
  this[kReplyHijacked] = true
  return this
}

Domain

Subdomains

Defined In

Frequently Asked Questions

What does hijack() do?
hijack() is a function in the fastify codebase, defined in lib/reply.js.
Where is hijack() defined?
hijack() is defined in lib/reply.js at line 122.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free