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

Function toString

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

Source from the content-addressed store, hash-verified

40 }
41
42 toString() {
43 return `${this.constructor.name} - ${this.describe()}`;
44 }
45}
46
47export class RouteSource implements InvocationSource<RouteEntry> {

Callers

nothing calls this directly

Calls 1

describeMethod · 0.65

Tested by

no test coverage detected