MCPcopy
hub / github.com/koajs/koa / inspect

Function inspect

lib/request.js:705–708  ·  view source on GitHub ↗

* Inspect implementation. * * @return {Object} * @api public

()

Source from the content-addressed store, hash-verified

703 */
704
705 inspect () {
706 if (!this.req) return
707 return this.toJSON()
708 },
709
710 /**
711 * Return JSON representation.

Callers

nothing calls this directly

Calls 1

toJSONMethod · 0.80

Tested by

no test coverage detected