function getEnvPath()
in
lib/painless-config.js [40:42]
3
lines of code
1
McCabe index (conditional complexity)
function getEnvPath(env) { return env.replace(/[_-]/g, '.'); }