(contextServer, req)
| 22 | } |
| 23 | |
| 24 | function getGenReqId (contextServer, req) { |
| 25 | return contextServer.genReqId(req) |
| 26 | } |
| 27 | |
| 28 | function buildDefaultGenReqId () { |
| 29 | // 2,147,483,647 (2^31 − 1) stands for max SMI value (an internal optimization of V8). |
no outgoing calls
no test coverage detected