MCPcopy Index your code
hub / github.com/request/request / version

Function version

lib/helpers.js:50–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50function version () {
51 var numbers = process.version.replace('v', '').split('.')
52 return {
53 major: parseInt(numbers[0], 10),
54 minor: parseInt(numbers[1], 10),
55 patch: parseInt(numbers[2], 10)
56 }
57}
58
59exports.paramsHaveRequestBody = paramsHaveRequestBody
60exports.safeStringify = safeStringify

Callers 2

request.jsFile · 0.85
test-agent.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…