Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
export
function
Put(value?: string): MethodDecorator {
20
return
() => {
21
return
;
22
};
23
}
24
25
export
function
Patch(value?: string): MethodDecorator {
26
return
() => {
Callers
2
PutTestController
Class · 0.90
MethodController
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected