Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTargetName
Method · 0.45
_createDecorator
Method · 0.45
getClassMetadata
Method · 0.45
defineMetadata
Method · 0.45
getAllMethodMetadata
Method · 0.45
getMethodMetadata
Method · 0.45
getAllPropertyMetadata
Method · 0.45
getPropertyMetadata
Method · 0.45
getAllParameterMetadata
Method · 0.45
getParameterMetadata
Method · 0.45
metadata-accessor.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected