MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / inspectOpts

Function inspectOpts

packages/testlab/src/shot.ts:153–154  ·  view source on GitHub ↗
(depth: number, opts: any)

Source from the content-addressed store, hash-verified

151) {
152 // Setup custom inspect functions to make test error messages easier to read
153 const inspectOpts = (depth: number, opts: any) =>
154 util.inspect(requestOptions, opts);
155
156 defineCustomInspect(
157 context.request,

Callers 1

Calls 1

inspectMethod · 0.65

Tested by

no test coverage detected