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

Function del

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

Source from the content-addressed store, hash-verified

65 * of this operation.
66 */
67export function del(path: string, spec?: OperationObject) {
68 return operation('delete', path, spec);
69}
70
71/**
72 * Expose a Controller method as a REST API operation.

Callers 15

NoteControllerClass · 0.85
TestControllerClass · 0.85
MyControllerClass · 0.85
MockControllerClass · 0.85
DeveloperControllerClass · 0.85
TodoListControllerClass · 0.85
BookControllerClass · 0.85
UserControllerClass · 0.85
TodoControllerClass · 0.85

Calls 1

operationFunction · 0.70

Tested by

no test coverage detected