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

Method toNumber

tests/integration/query.param.spec.ts:27–29  ·  view source on GitHub ↗
(@QueryParam(toNumber) val: number)

Source from the content-addressed store, hash-verified

25 }
26 @HttpGet('/toNumber')
27 toNumber(@QueryParam(toNumber) val: number): any {
28 return { data: val };
29 }
30 // Verify without handler
31 @HttpGet('/query')
32 query(@QueryParam() search: string): any {

Callers

nothing calls this directly

Calls 1

QueryParamFunction · 0.85

Tested by

no test coverage detected