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

Function describe

packages/rest/src/router/base-route.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 ): Promise<OperationRetval>;
37
38 describe(): string {
39 return `${this.verb} ${this.path}`;
40 }
41
42 toString() {
43 return `${this.constructor.name} - ${this.describe()}`;

Calls

no outgoing calls

Tested by

no test coverage detected