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

Function patch

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

Source from the content-addressed store, hash-verified

53 * of this operation.
54 */
55export function patch(path: string, spec?: OperationObject) {
56 return operation('patch', path, spec);
57}
58
59/**
60 * Expose a Controller method as a REST API operation

Callers 15

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

Calls 1

operationFunction · 0.70

Tested by

no test coverage detected