MCPcopy
hub / github.com/loopbackio/loopback-next / describe

Method describe

packages/rest/src/router/handler-route.ts:22–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 describe(): string {
23 return `${super.describe()} => ${
24 this._handler.name || this._handler.toString()
25 }`;
26 }
27
28 updateBindings(requestContext: Context) {
29 requestContext.bind(RestBindings.OPERATION_SPEC_CURRENT).to(this.spec);

Callers

nothing calls this directly

Calls 2

describeMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected