Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ handleTimeout
Method
handleTimeout
sample/27-scheduling/src/tasks/tasks.service.ts:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
@Timeout(5000)
19
handleTimeout() {
20
this.logger.debug(
'Called once after 5 seconds'
);
21
}
22
}
Callers
nothing calls this directly
Calls
1
debug
Method · 0.65
Tested by
no test coverage detected