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

Method bindBoolean

tests/integration/parse.spec.ts:71–73  ·  view source on GitHub ↗
(@BindBoolean() val: boolean)

Source from the content-addressed store, hash-verified

69 }
70 @HttpGet('/bindBoolean/:val')
71 bindBoolean(@BindBoolean() val: boolean): any {
72 return { data: val };
73 }
74 @HttpGet('/bindInteger/:val')
75 bindInteger(@BindInteger() val: number): any {
76 return { data: val };

Callers

nothing calls this directly

Calls 1

BindBooleanFunction · 0.85

Tested by

no test coverage detected