MCPcopy
hub / github.com/lukeautry/tsoa / Put

Function Put

packages/runtime/src/decorators/methods.ts:19–23  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

17}
18
19export function Put(value?: string): MethodDecorator {
20 return () => {
21 return;
22 };
23}
24
25export function Patch(value?: string): MethodDecorator {
26 return () => {

Callers 2

PutTestControllerClass · 0.90
MethodControllerClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected