MCPcopy Index your code
hub / github.com/ParallelTask/dinoloop / bindNumber

Method bindNumber

tests/integration/parse.spec.ts:67–69  ·  view source on GitHub ↗
(@BindNumber() val: number)

Source from the content-addressed store, hash-verified

65 }
66 @HttpGet('/bindNumber/:val')
67 bindNumber(@BindNumber() val: number): any {
68 return { data: val };
69 }
70 @HttpGet('/bindBoolean/:val')
71 bindBoolean(@BindBoolean() val: boolean): any {
72 return { data: val };

Callers

nothing calls this directly

Calls 1

BindNumberFunction · 0.85

Tested by

no test coverage detected