MCPcopy Create free account
hub / github.com/loopbackio/loopback-next / get

Function get

packages/openapi-v3/src/decorators/operation.decorator.ts:19–21  ·  view source on GitHub ↗
(path: string, spec?: OperationObject)

Source from the content-addressed store, hash-verified

17 * of this operation.
18 */
19export function get(path: string, spec?: OperationObject) {
20 return operation('get', path, spec);
21}
22
23/**
24 * Expose a Controller method as a REST API operation

Callers 15

HelloControllerClass · 0.90
TestControllerClass · 0.90
TestControllerClass · 0.90
MyControllerClass · 0.90
MyControllerClass · 0.90
MyControllerClass · 0.90
MyControllerClass · 0.50
MyControllerClass · 0.50
TestControllerClass · 0.50

Calls 1

operationFunction · 0.70

Tested by

no test coverage detected