core/utils.js:3
currentTime
Defined in core/utils.js:17
core/utils.js:17
Unix timestamp in milliseconds.
endpointType
endpoint
Defined in core/utils.js:95
core/utils.js:95
tcp, ipc or inproc
tcp
ipc
inproc
getPath
object
path
Defined in core/utils.js:56
core/utils.js:56
Returns the value of a path.
The value of path in object.
randomId
Defined in core/utils.js:84
core/utils.js:84
Get uuid v4.
randRange
[a]
[b]
Defined in core/utils.js:26
core/utils.js:26
Get a random integer.
Example:
var arr = ['a', 'b', 'c']; // a random element from arr var random = arr[randRange(arr.length)];
Random integer in the interval [a, b).
_pathCache
Defined in core/utils.js:8
core/utils.js:8
Caches path pieces from calls to utils.getPath()
utils.getPath()
EMPTY_BUFFER
Defined in core/utils.js:110
core/utils.js:110