Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tsedio/tsed
/ Controller
Class
Controller
packages/specs/json-mapper/src/domain/JsonDeserializer.spec.ts:863–868 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
861
}
862
863
class
Controller {
864
@OperationPath(
"POST"
,
"/"
)
865
method(@In(
"body"
) @CollectionOf(Product) products: Product[]) {
866
return
null;
867
}
868
}
869
870
// THEN
871
const
result = deserialize(
Callers
6
M2Ctrl.ts
File · 0.90
M1Ctrl1.ts
File · 0.90
controller.spec.ts
File · 0.90
M2Ctrl.ts
File · 0.90
M1Ctrl1.ts
File · 0.90
TestCtrl
Class · 0.90
Calls
1
OperationPath
Function · 0.90
Tested by
no test coverage detected