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

Method toString

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

Source from the content-addressed store, hash-verified

48 type = 'route';
49 constructor(readonly value: RouteEntry) {}
50 toString() {
51 return this.value.toString();
52 }
53}

Callers 15

isTypeResolverFunction · 0.45
serializeMethod · 0.45
normalizeKeyFunction · 0.45
isModelClassFunction · 0.45
writeResultToResponseFunction · 0.45
requestedBaseUrlMethod · 0.45
openapi-formats.tsFile · 0.45
describeMethod · 0.45
isBodyParserClassFunction · 0.45

Calls

no outgoing calls

Tested by 3

describeMethod · 0.36
givenLargeRequestFunction · 0.36
parseMethod · 0.36