Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
service
Function · 0.45
createAppWithShutdown
Function · 0.45
createBasicAuthorizationHeaderValue
Function · 0.45
extractCredentials
Method · 0.45
constructor
Method · 0.45
toJSON
Method · 0.45
configure
Method · 0.45
bind
Method · 0.45
setupConfigurationResolverIfNeeded
Method · 0.45
getOwnerContext
Method · 0.45
validate
Method · 0.45
resolveAsViewFromConfig
Function · 0.45
Calls
no outgoing calls
Tested by
4
createAppWithShutdown
Function · 0.36
createBasicAuthorizationHeaderValue
Function · 0.36
extractCredentials
Method · 0.36
startFluentd
Function · 0.36