INNER CODE UNIT · JavaScript
instanceList
pnxtech/hydra · index.js:1102
let instanceList = result.map((instance) => {
return Utils.safeJSONParse(instance);
});
this.internalCache.put(cacheKey, instanceList, KEY_EXPIRATION_TTL);
resolve(instanceList);
}
});
});
});
}
/**
* @name _getInstanceID
* @summary Return the instance id for this process
* @return {number} id - instanceID
*/
_getInstanceID() {
return this.instanceID;