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

Method handler

tests/integration/parse.spec.ts:112–114  ·  view source on GitHub ↗
(@Parse(customHandler) id: any)

Source from the content-addressed store, hash-verified

110 }
111 @HttpGet('/handler/:id')
112 handler(@Parse(customHandler) id: any): any {
113 return id;
114 }
115 @HttpGet('/handlerData/:id')
116 handlerData(@Parse(customHandler, 'custom_data') id: any): any {
117 return id;

Callers 2

handleHttpBodyMethod · 0.80

Calls 1

ParseFunction · 0.85

Tested by

no test coverage detected