()
| 52806 | process.version = ""; // empty string to avoid regexp issues |
| 52807 | process.versions = {}; |
| 52808 | function noop() {} |
| 52809 | process.on = noop; |
| 52810 | process.addListener = noop; |
| 52811 | process.once = noop; |
nothing calls this directly
no outgoing calls
no test coverage detected