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

Method toString

packages/context/src/binding-key.ts:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 ) {}
45
46 toString() {
47 return this.propertyPath
48 ? `${this.key}${BindingKey.PROPERTY_SEPARATOR}${this.propertyPath}`
49 : this.key;
50 }
51
52 /**
53 * Get a binding address for retrieving a deep property of the object

Callers 15

serviceFunction · 0.45
createAppWithShutdownFunction · 0.45
extractCredentialsMethod · 0.45
constructorMethod · 0.45
toJSONMethod · 0.45
configureMethod · 0.45
bindMethod · 0.45
getOwnerContextMethod · 0.45
validateMethod · 0.45
resolveAsViewFromConfigFunction · 0.45

Calls

no outgoing calls

Tested by 4

createAppWithShutdownFunction · 0.36
extractCredentialsMethod · 0.36
startFluentdFunction · 0.36