MCPcopy
hub / github.com/fastify/fastify / set

Function set

lib/reply.js:111–113  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

109 return this.raw.statusCode
110 },
111 set (value) {
112 this.code(value)
113 }
114 },
115 routeOptions: {
116 get () {

Callers

nothing calls this directly

Calls 1

codeMethod · 0.80

Tested by

no test coverage detected