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

Method postResolver

packages/blitz-rpc/src/rpc-logger.ts:141–145  ·  view source on GitHub ↗
(result: any)

Source from the content-addressed store, hash-verified

139 }
140 }
141 public postResolver(result: any) {
142 if (this.#state.verbosityDebug) {
143 this.#logger.debug(this.#customChalk.dim("Result:"), result ? result : JSON.stringify(result))
144 }
145 }
146 public nextJsSerialization() {
147 if (this.#state.verbosityDebug) {
148 this.#logger.debug(

Callers 3

rpcHandlerFunction · 0.95
handleRpcRequestFunction · 0.95
invokeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected