in greengrass-opcua-adapter-nodejs/index.js [46:50]
function clearArray(obj) { while (obj.length) { obj.pop(); } }