Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loopbackio/loopback-next
/ describe
Function
describe
packages/rest/src/router/base-route.ts:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
): Promise<OperationRetval>;
37
38
describe(): string {
39
return
`${this.verb} ${this.path}`;
40
}
41
42
toString() {
43
return
`${this.constructor.name} - ${this.describe()}`;
Callers
15
subject.unit.ts
File · 0.50
permission.unit.ts
File · 0.50
principal.unit.ts
File · 0.50
http-server.integration.ts
File · 0.50
http-server.unit.ts
File · 0.50
schema-ref.integration.ts
File · 0.50
build-schema.integration.ts
File · 0.50
filter-json-schema.unit.ts
File · 0.50
json-schema.unit.ts
File · 0.50
build-schema.unit.ts
File · 0.50
http-caching-proxy.integration.ts
File · 0.50
http-caching-proxy.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected