MCPcopy
hub / github.com/blitz-js/blitz / nextJsSerialization

Method nextJsSerialization

packages/blitz-rpc/src/rpc-logger.ts:146–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145 }
146 public nextJsSerialization() {
147 if (this.#state.verbosityDebug) {
148 this.#logger.debug(
149 this.#customChalk.dim(`Next.js serialization:${prettyMs(this.#state.duration.serializer)}`),
150 )
151 }
152 }
153 public postResponse() {
154 if (this.#state.verbosityInfo) {
155 this.#logger.info(

Callers 1

rpcHandlerFunction · 0.95

Calls 1

prettyMsFunction · 0.90

Tested by

no test coverage detected