Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ toString
Function
toString
packages/rest/src/router/base-route.ts:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
toString() {
43
return
`${this.constructor.name} - ${this.describe()}`;
44
}
45
}
46
47
export
class
RouteSource implements InvocationSource<RouteEntry> {
Callers
nothing calls this directly
Calls
1
describe
Method · 0.65
Tested by
no test coverage detected