function isOptedIn()

in src/telemetry.js [91:93]


function isOptedIn () {
    return !insight.realOptOut;
}