MCPcopy Create free account
hub / github.com/loopbackio/loopback-next / toString

Method toString

packages/metadata/src/types.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 private constructor(public readonly key: string) {}
23
24 toString() {
25 return this.key;
26 }
27
28 /**
29 * Create a strongly-typed metadata accessor

Callers 11

getTargetNameMethod · 0.45
_createDecoratorMethod · 0.45
getClassMetadataMethod · 0.45
defineMetadataMethod · 0.45
getAllMethodMetadataMethod · 0.45
getMethodMetadataMethod · 0.45
getPropertyMetadataMethod · 0.45
getParameterMetadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected