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

Function Get

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

Source from the content-addressed store, hash-verified

5}
6
7export function Get(value?: string): MethodDecorator {
8 return () => {
9 return;
10 };
11}
12
13export function Post(value?: string): MethodDecorator {
14 return () => {

Calls

no outgoing calls

Tested by

no test coverage detected