MCPcopy Create free account
hub / github.com/ParallelTask/dinoloop / proceedCb

Method proceedCb

tests/integration/api.controller.spec.ts:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 @SendsResponse()
61 @HttpGet('/proceedCb')
62 proceedCb(): void {
63 setTimeout(() => {
64 this.dino.proceed({ data: 'Response_End' });
65 }, 2);
66 }
67
68 @SendsResponse()
69 @HttpGet('/errCb')

Callers

nothing calls this directly

Calls 1

proceedMethod · 0.80

Tested by

no test coverage detected